umbrello  2.30.90
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 test0 c++ style single line comment
6  void test0();
7 
12  void test1(char *);
13 
14  /* method test2 c-style single line comment */
15  void test(char c);
16 };
comments_class_methods_test::test
void test(char c)
comments_class_methods_test
Definition: comments-class-methods.h:3
comments_class_methods_test::test1
void test1(char *)
comments_class_methods_test::test0
void test0()