blob: 614a43ceabc3e1853786559ecf7bf82682b42141 (
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 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
*/
|