summaryrefslogtreecommitdiffstats
path: root/testing/049_snippet.cpp
blob: 9c5f18bb4acb58141c240e3bfc3bae4f5156a2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// objective: test the \snippet command
// check: indexpage.xml

/** \mainpage
 *  A bubble sort algorithm
 *  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
 */