blob: f4370865102ac98745515b3de0b9ef6b7531734f (
plain)
1
2
3
4
5
6
7
8
9
|
// 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
* More text.
*/
|