summaryrefslogtreecommitdiffstats
path: root/examples/dclock/dclock.doc
blob: b341b6638253daaaa912205786a6adb295e406fe (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
/*
*/
/*!   \page dclock-example.html

  \ingroup examples
  \title Digital Clock

  This example displays a digital LCD clock that can switch between time
  and date.

  <hr>

  Header file:

  \include dclock/dclock.h

  <hr>

  Implementation:

  \include dclock/dclock.cpp

  <hr>

  Main:

  \include dclock/main.cpp
*/