Blame testing/049_snippet.cpp

Packit 1c1d7e
// objective: test the \snippet command
Packit 1c1d7e
// check: indexpage.xml
Packit 1c1d7e
Packit 1c1d7e
/** \mainpage
Packit 1c1d7e
 *  A bubble sort algorithm
Packit 1c1d7e
 *  First get the inputs
Packit 1c1d7e
 *  \snippet snippet_test.cpp input
Packit 1c1d7e
 *  Then do the bubbling
Packit 1c1d7e
 *  \snippet snippet_test.cpp bubble
Packit 1c1d7e
 *  Then write the result
Packit 1c1d7e
 *  \snippet snippet_test.cpp output
Packit 1c1d7e
 */