Blame testing/049_snippet.cpp

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