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