blob: f67a6306190373f763e2f1067ab6fa66806ecc59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/** \class AbbrevPart
Provides support for customizable abbrevations - short words which expand into commonly needed code structures.
\authors <a href="mailto:bernd AT tdevelop.org">Bernd Gehrmann</a>
\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a>
\feature Feature 1
\feature Feature 2
\bug Bug1
\bug Bug2
\note
Put you notes here (if you have them!) :)
\verbatim
Verbatin code here
\endverbatim
*/
|