[Synopsis-changes] Synopsis/Synopsis/tests/Parser/C++/src groups2.cc,NONE,1.1

Stefan Seefeld stefan at synopsis.fresco.org
Wed Oct 15 03:44:05 UTC 2003


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 }





More information about the Synopsis-changes mailing list