Last active
December 5, 2024 08:42
-
-
Save lrineau/344e3f8e5fc93835a285d496eaa41b44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\warning this function is not thread-safe | |
\hello |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALIASES = "hello=\note Hello world!" | |
QUIET = YES | |
GENERATE_LATEX = NO | |
GENERATE_XML = YES |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
@mainpage | |
This is a test. | |
\include{doc} block.dox-incl | |
@section intro Introduction | |
This is a test. | |
@section install Installation | |
This is a test. | |
@section usage Usage | |
This is a test. | |
@section license License | |
This is a test. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment