13 lines
297 B
C++
13 lines
297 B
C++
|
// 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
|
||
|
*/
|