mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
fix grouping for latest doxygen (#5626)
Since doxygen 1.8.16, opening and closing a group must not be done as C comment but as doxygen command. In other words, not one but two asterisk characters are required so that doxygen finds a group.
This commit is contained in:
parent
723b755ca7
commit
f5f35f87d0
12 changed files with 108 additions and 108 deletions
|
@ -15,7 +15,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
/**
|
||||
\defgroup maxsat_ex MaxSAT/MaxSMT examples
|
||||
*/
|
||||
/*@{*/
|
||||
/**@{*/
|
||||
|
||||
/**
|
||||
\brief Exit gracefully in case of error.
|
||||
|
@ -638,5 +638,5 @@ int main(int argc, char * argv[]) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue