summaryrefslogtreecommitdiffstats
path: root/examples/hello/hello.doc
blob: 8c001a2b8b5842877ae32c150b0e8840d327603c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

/*
*/
/*!   \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
*/