SF.net SVN: geany-plugins:[1823] trunk/geany-plugins/geanygendoc/docs

colombanw at users.sourceforge.net colombanw at xxxxx
Mon Jan 10 17:39:11 UTC 2011


Revision: 1823
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1823&view=rev
Author:   colombanw
Date:     2011-01-10 17:39:11 +0000 (Mon, 10 Jan 2011)

Log Message:
-----------
GeanyGenDoc: Add missing "PASS" policy in the cheat sheet of the manual

Modified Paths:
--------------
    trunk/geany-plugins/geanygendoc/docs/manual.html
    trunk/geany-plugins/geanygendoc/docs/manual.rst

Modified: trunk/geany-plugins/geanygendoc/docs/manual.html
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/manual.html	2011-01-10 17:23:59 UTC (rev 1822)
+++ trunk/geany-plugins/geanygendoc/docs/manual.html	2011-01-10 17:39:11 UTC (rev 1823)
@@ -587,7 +587,7 @@
 setting_section      ::= "settings" "=" setting_list
 
 position             ::= ( "BEFORE" | "AFTER" | "CURSOR" )
-policy               ::= ( "KEEP" | "FORWARD" )
+policy               ::= ( "KEEP" | "FORWARD" | "PASS" )
 children             ::= ( "SPLIT" | "MERGE" )
 type                 ::= ( "class" | "enum" | "enumval" | "field" |
                            "function" | "interface" | "member" | "method" |
@@ -629,7 +629,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2011-01-02.
+Generated on: 2011-01-10.
 
 </div>
 </body>

Modified: trunk/geany-plugins/geanygendoc/docs/manual.rst
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/manual.rst	2011-01-10 17:23:59 UTC (rev 1822)
+++ trunk/geany-plugins/geanygendoc/docs/manual.rst	2011-01-10 17:39:11 UTC (rev 1823)
@@ -518,7 +518,7 @@
   setting_section      ::= "settings" "=" setting_list
   
   position             ::= ( "BEFORE" | "AFTER" | "CURSOR" )
-  policy               ::= ( "KEEP" | "FORWARD" )
+  policy               ::= ( "KEEP" | "FORWARD" | "PASS" )
   children             ::= ( "SPLIT" | "MERGE" )
   type                 ::= ( "class" | "enum" | "enumval" | "field" |
                              "function" | "interface" | "member" | "method" |


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list