Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
testing
049_snippet.cpp
Go to the documentation of this file.
1
// objective: test the \snippet command
2
// check: indexpage.xml
3
4
/** \mainpage
5
* A bubble sort algorithm
6
* First get the inputs
7
* \snippet snippet_test.cpp input
8
* Then do the bubbling
9
* \snippet snippet_test.cpp bubble
10
* Then write the result
11
* \snippet snippet_test.cpp output
12
*/
Generated by
1.8.11