[Synopsis-changes] Synopsis/Synopsis/tests/Parser/C++/src groups.cc,1.1,1.2

Stefan Seefeld stefan at synopsis.fresco.org
Tue Oct 7 21:14:38 UTC 2003


Update of /cvs/synopsis/Synopsis/tests/Parser/C++/src
In directory frida:/tmp/cvs-serv24764/Parser/C++/src

Modified Files:
	groups.cc 
Log Message:
adjust to new default grouping syntax

Index: groups.cc
===================================================================
RCS file: /cvs/synopsis/Synopsis/tests/Parser/C++/src/groups.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- groups.cc	6 Oct 2003 02:57:00 -0000	1.1
+++ groups.cc	7 Oct 2003 21:14:35 -0000	1.2
@@ -1,11 +1,16 @@
-// { Group1
+// group documentation
+// @group first group { some comment
+// extending over multiple lines
 struct foo
 {
 };
 int test1;
 int test2;
-// }
-// { Group2
+// @group }
+// an unnamed group
+// @group {
+// test3 documentation
 int test3;
 int test4;
-// }
+// @group }
+





More information about the Synopsis-changes mailing list