You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
332 B
31 lines
332 B
13 years ago
|
|
||
|
/*
|
||
|
*/
|
||
|
/*! \page hello-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Hello, World
|
||
|
|
||
|
This example brings up the words "Hello, World" moving up and down,
|
||
|
and in different colors.
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include hello/hello.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include hello/hello.cpp
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Main:
|
||
|
|
||
|
\include hello/main.cpp
|
||
|
*/
|
||
|
|