doxygen-example
0.0.1
A silly C program to use for demonstrating doxygen
|
Macros | |
#define | HELLO_WORLD "Hello world!" |
#define | GOODBYE_WORLD "Goodbye cruel world" |
Functions | |
int | displayMessage (char *message) |
A silly function that wraps printf() More... | |
This provides a silly way to display messages.
#define GOODBYE_WORLD "Goodbye cruel world" |
A goodbye world string.
#define HELLO_WORLD "Hello world!" |
A hello world strgin.
int displayMessage | ( | char * | message | ) |
A silly function that wraps printf()
This is simply to allow a demonstration of the doxygen markup for documenting functions.
message | A string that is to be displayed. |