diff options
Diffstat (limited to 'examples/showimg/showimg.doc')
-rw-r--r-- | examples/showimg/showimg.doc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/showimg/showimg.doc b/examples/showimg/showimg.doc new file mode 100644 index 000000000..d501bb8fe --- /dev/null +++ b/examples/showimg/showimg.doc @@ -0,0 +1,29 @@ +/* +*/ +/*! \page showimg-example.html + + \ingroup examples + \title Show Image + + This example reads and displays an image in any supported image + format (GIF, BMP, PPM, XMP, etc.). + + <hr> + + Header file: + + \include showimg/showimg.h + + <hr> + + Implementation: + + \include showimg/showimg.cpp + + <hr> + + Main: + + \include showimg/main.cpp +*/ + |