umbrello  2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
comments-class.h
Go to the documentation of this file.
1 // independent comment 1
2 
3 // class comments_class_test1a c++ style single line comment
5 
6 // independent comment 2
7 
10 
11 // independent comment 3
12 
13 // class comments_class_test1c c++ style multi line comment 1 of 2 lines
14 // class comments_class_test1c c++ style multi line comment 2 of 2 lines
16 
17 // independent comment 4
18 
19 // class comments_class_test1d c++ style multi line comment 1 of 3 lines
20 // class comments_class_test1d c++ style multi line comment 2 of 3 lines
21 // class comments_class_test1d c++ style multi line comment 3 of 3 lines
23 
24 // independent comment 5
25 
30 
31 // independent comment 6
32 
33 /*
34  * class comments_class_test2a
35  * c-style multiline comment
36  */
38 
39 // independent comment 7
40 
46 
47 /* class comments_class_test2c c-style single line comment */
49 
comments_class_test2a
Definition: comments-class.h:37
comments_class_test1b
class comments_class_test1b doxygen c++ style single line comment
Definition: comments-class.h:9
comments_class_test2b
Definition: comments-class.h:45
comments_class_test1c
Definition: comments-class.h:15
comments_class_test2c
Definition: comments-class.h:48
comments_class_test1d
Definition: comments-class.h:22
comments_class_test1e
Definition: comments-class.h:29
comments_class_test1a
Definition: comments-class.h:4