Revision: 1281 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1281&view=re... 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.
plugins-commits@lists.geany.org