SF.net SVN: geany-plugins:[1281] trunk/geanygendoc/data/filetypes/c.conf

colombanw at users.sourceforge.net colombanw at xxxxx
Thu Apr 22 15:05:57 UTC 2010


Revision: 1281
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1281&view=rev
Author:   colombanw
Date:     2010-04-22 15:05:57 +0000 (Thu, 22 Apr 2010)

Log Message:
-----------
GeanyGenDoc: Updated default C filetype configuration

* Added template for defines;
* Don't include since tag by default.

Modified Paths:
--------------
    trunk/geanygendoc/data/filetypes/c.conf

Modified: trunk/geanygendoc/data/filetypes/c.conf
===================================================================
--- trunk/geanygendoc/data/filetypes/c.conf	2010-04-22 15:05:31 UTC (rev 1280)
+++ trunk/geanygendoc/data/filetypes/c.conf	2010-04-22 15:05:57 UTC (rev 1281)
@@ -30,7 +30,7 @@
   
   # global env
   global_environment = "doxygen_prefix  = \"@\";
-                        write_since     = 1;";
+                        write_since     = 0;";
 }
 
 doctypes = {
@@ -69,6 +69,9 @@
     typedef = {
       template = "/**\n * {symbol}:\n * \n * \n */\n";
     }
+    define = {
+      template = "/**\n * {symbol}:\n * \n * \n */\n";
+    }
   }
 
   doxygen = {


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