foo(int );
[ returns int ]
This is a comment after a function
bar(int );
[ returns int ]
This is a multiline comment appearing after a function
This is a some random text thrown in to the file.
grok(int );
[ returns int ]
This is a comment for grok
$ENUM1 = ENUM1
[ Constant: int ]
Comment for ENUM1
$ENUM2 = ENUM2
[ Constant: int ]
Comment for ENUM2
$ENUM3 = ENUM3
[ Constant: int ]
Comment for ENUM3
$ENUM4 = ENUM4
[ Constant: int ]
Comment for ENUM4
$a
[ Global : int a ]
This is a comment for 'a'
$b
[ Global : int b ]
This is a comment for 'b'
$c
[ Global : int c ]
This is a comment for 'c'
$d
[ Global : int d ]
This is a comment for 'd'
AClass_foo(AClass *);
[ Member : returns int ]
This is a comment for the foo member function
AClass_a_set(AClass *,int ); AClass_a_get(AClass *);
[ Member data: returns int ]
This is a comment for the a data member
decl(a,b,c,d,e,f);
[ returns double ]
This is comment following a multiline declaration