Blame tests/upstream-test-suite/049_snippet.cpp
|
Than Ngo |
b7bcaa |
// objective: test the \snippet command
|
|
Than Ngo |
b7bcaa |
// check: indexpage.xml
|
|
Than Ngo |
b7bcaa |
|
|
Than Ngo |
b7bcaa |
/** \mainpage
|
|
Than Ngo |
b7bcaa |
* A bubble sort algorithm
|
|
Than Ngo |
b7bcaa |
* First get the inputs
|
|
Than Ngo |
b7bcaa |
* \snippet snippet_test.cpp input
|
|
Than Ngo |
b7bcaa |
* Then do the bubbling
|
|
Than Ngo |
b7bcaa |
* \snippet snippet_test.cpp bubble
|
|
Than Ngo |
b7bcaa |
* Then write the result
|
|
Than Ngo |
b7bcaa |
* \snippet snippet_test.cpp output
|
|
Than Ngo |
b7bcaa |
*/
|