diff options
Diffstat (limited to 'examples/forever/forever.doc')
-rw-r--r-- | examples/forever/forever.doc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/forever/forever.doc b/examples/forever/forever.doc new file mode 100644 index 0000000..be56333 --- /dev/null +++ b/examples/forever/forever.doc @@ -0,0 +1,25 @@ + +/* +*/ +/*! \page forever-example.html + + \ingroup examples + \title A Rectangle Draw "Benchmark" + + This example continuously draws rectangles in a window and + has another widget that counts the number of rectangles that + are drawn per second. + + <hr> + + Header file: + + \include forever/forever.h + + <hr> + + Implementation: + + \include forever/forever.cpp +*/ + |