049_snippet.cpp 324 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
// objective: test the \snippet command
// check: indexpage.xml
// config: EXAMPLE_PATH = .

/** \mainpage
 *  A bubble sort algoritm
 *  First get the inputs
 *  \snippet snippet_test.cpp input
 *  Then do the bubbling
 *  \snippet snippet_test.cpp bubble
 *  Then write the result
 *  \snippet snippet_test.cpp output
 */