umbrello
2.31.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
test
import
cxx
comments-class-methods.h
Go to the documentation of this file.
1
2
// class comments_class_methods_test
3
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()
Generated by
1.8.17