umbrello  2.32.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 };
comments_class_methods_test::test30
void test30()
comments_class_methods_test::test11
void test11(char *)
comments_class_methods_test::test00
void test00(char c)
comments_class_methods_test::test01
void test01(char c)
comments_class_methods_test::test10
void test10(char *)
comments_class_methods_test::test21
void test21()
method test01 c++ doxygen style single line comment
comments_class_methods_test::test20
void test20()
comments_class_methods_test::test31
void test31()
c
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
Definition: GPL-2.0-only.txt:301
comments_class_methods_test
Definition: comments-class-methods.h:3