umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
comments-class-typedefs.h
Go to the documentation of this file.
1
2// class comments_class_typedef_test
4public:
5 // enim test c++ style single line comment
6 typedef int type1;
7
8 /*
9 * typedef test2
10 * c-style multi line comment
11 */
12 typedef int type2;
13
14 /* typedef test3 c-style single lime comment */
15 typedef int type3;
16};
Definition: comments-class-typedefs.h:3
int type3
Definition: comments-class-typedefs.h:15
int type2
Definition: comments-class-typedefs.h:12
int type1
Definition: comments-class-typedefs.h:6