11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
// 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.
|
|
*/
|