umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
comments-class-methods.h
Go to the documentation of this file.
1 
2 // class comments_class_methods_test
4 public:
5  /* method test00 c style single line comment */
6  void test00(char c);
7 
9  void test01(char c);
10 
11  /*
12  * method test10
13  * c-style multiline comment
14  */
15  void test10(char *);
16 
21  void test11(char *);
22 
23  // method test00 c++ style single line comment
24  void test20();
25 
27  void test21();
28 
29  // method test30 c++ style multi line comment 1 of 3 lines
30  // method test30 c++ style multi line comment 2 of 3 lines
31  // method test30 c++ style multi line comment 3 of 3 lines
32  void test30();
33 
37  void test31();
38 };
Definition: comments-class-methods.h:3
void test21()
method test01 c++ doxygen style single line comment