[Synopsis-cvs] Synopsis/Synopsis/demo index.html,1.5,1.6

Stephen Davies chalky at users.sourceforge.net
Sat Mar 15 20:51:07 UTC 2003


Update of /cvsroot/synopsis/Synopsis/demo
In directory sc8-pr-cvs1:/tmp/cvs-serv9662

Modified Files:
	index.html 
Log Message:
Fixed links, added more demos


Index: index.html
===================================================================
RCS file: /cvsroot/synopsis/Synopsis/demo/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -d -r1.5 -r1.6
--- index.html	16 Mar 2003 03:22:39 -0000	1.5
+++ index.html	16 Mar 2003 04:50:31 -0000	1.6
@@ -18,9 +18,9 @@
       </li>
       <li>C++ parser, one input file
 	<ul>
-	  <li><a href="C++/html/index.html">GapBuffer</a>, generated from <a href="C++/GapBuffer.idl">GapBuffer.idl</a></li>
-	  <li><a href="C++/employee/index.html">employee</a>, generated from <a href="C++/employee.idl">employee.idl</a></li>
-	  <li><a href="C++/module/index.html">module</a>, generated from <a href="C++/module.idl">module.idl</a></li>
+	  <li><a href="C++/html/index.html">GapBuffer</a>, generated from <a href="C++/GapBuffer.hh">GapBuffer.hh</a></li>
+	  <li><a href="C++/employee/index.html">employee</a>, generated from <a href="C++/employee.cc">employee.cc</a></li>
+	  <li><a href="C++/templates/index.html">templates</a>, generated from <a href="C++/templates.cc">templates.cc</a></li>
 	</ul>
       </li>
       <li>IDL and C++ parsers combined, multiple input files, crosslinked
@@ -38,12 +38,25 @@
       </li>
       <li>Graph example
 	<ul>
-	<li><a href="Graph/demo/index.html">Graph demo</a>, generated from <a href="Graph/demo.hh">demo.hh</a>. Click on 'Inheritance Graph' to see the graph, then try clicking on any of the classes
-	in the graph!</li>
+	<li><a href="Graph/demo/index.html">Graph demo</a>, generated from <a href="Graph/demo.hh">demo.hh</a>.
+	Click on 'Inheritance Graph' to see the graph, then try clicking on any of the classes in the graph!</li>
 	</ul>
       </li>
+      <li>Python example
+        <ul>
+          <li><a href="Python/ast/index.html">AST</a>, generated from <a href="Python/AST.py">AST.py</a></li>
+	</ul>
+      </li>
+      <li>Custom comment style example: Perceps style
+        <ul>
+          <li><a href="Perceps/Manual/index.html">Perceps</a>, generated from <a href="Perceps/display.h">display.h</a>
+            using the custom modules in <a href="Perceps/config.py">config.py</a>.
+            Note the two comment processors near the bottom, after the regular configuration object.
+          </li>
+        </ul>
+      </li>
     </ul>
-    <hr/><p><i>Synopsis Documentation. Copyright (c) 2001 by Stephen Davies</i></p>
+    <hr/><p><i>Synopsis Documentation. Copyright (c) 2001-2003 by Stephen Davies</i></p>
   
   </body>
 </html><!-- vim: set sts=2 ts=8 sw=2: -->






More information about the Synopsis-changes mailing list