summaryrefslogtreecommitdiffstats
path: root/examples/rot13/rot13.doc
blob: 28e3bf6cfa08475fad79ae189d2668d567183a9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
*/
/*!   \page rot-example.html

  \ingroup examples
  \title Rot13

  This example lets you enter a text into a mulitilineedit widget.
  It will be displayed in the edit widget to the right transformed using
  the rot13 algorithm.

  <hr>

  Header file:

  \include rot13/rot13.h

  <hr>

  Implementation:

  \include rot13/rot13.cpp
*/