Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / 049_snippet.cpp
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  */