blob: 8ba47b771249087db8715d5c655bceae49086d15 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// objective: test the \image command
// check: indexpage.xml
// config: IMAGE_PATH = $INPUTDIR
/** \mainpage
* Some text.
* \image html sample.png
* \image latex sample.png "Doxygen logo" width=5cm
* \image docbook sample.png
* More text.
*/
|