summaryrefslogtreecommitdiffstats
path: root/testing/049_snippet.cpp
blob: 2749a62576869df7e279a90e15f883102ae24464 (plain)
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
 */