[Synopsis-changes] Synopsis/Synopsis/tests/Parser/C++/src groups2.cc,NONE,1.1
Stefan Seefeld stefan at synopsis.fresco.orgWed Oct 15 03:44:05 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Linker Comments.py,1.21,1.22
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Linker Comments.py,1.22,1.23
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/tests/Parser/C++/src
In directory frida:/tmp/cvs-serv14961/tests/Parser/C++/src
Added Files:
groups2.cc
Log Message:
add new Grouper 'group2' to match '@group {' and '@group }'
--- NEW FILE: groups2.cc ---
// group documentation
// @group first group { some comment
// continued and
// extending over multiple lines
// another comment
struct foo
{
private: // helper functions
// blabla
//
// @group make_fn {
// bla.
// blabla
int make_fn() {}
// bla.
// blabla
int make_fn(int) {}
// }
// @group } is this lost ?
};
int test1;
int test2;
// @group }
int bar;
// another group
// @group tests {
int test3;
int test4;
// @group }
// @group outer {
// @group inner {
int f;
// @group xxx { not a group
int test5;
// @group } this is accepted
// @group }
// and this too
int test6;
// @group }
- Previous message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Linker Comments.py,1.21,1.22
- Next message: [Synopsis-changes] Synopsis/Synopsis/Synopsis/Linker Comments.py,1.22,1.23
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list