foo(int );
[ returns int ]
This is a comment before a function
bar(int );
[ returns int ]
This is a multiline comment appearing before 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(self);
[ Member : returns int ]
This is a comment for the foo member function
AClass_a_set(self,a); AClass_a_get(self);
[ Member data: returns int ]
This is a comment for the a data member
frob(double );
[ returns double ]
Comment before function frob
decl(a,b,c,d,e,f);
[ returns double ]
This is a comment before a multiline declaration