SF.net SVN: geany:[3211] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Nov 11 19:19:26 UTC 2008
Revision: 3211
http://geany.svn.sourceforge.net/geany/?rev=3211&view=rev
Author: eht16
Date: 2008-11-11 19:19:26 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
Remove obsolete tag in Doxyfile.in.
Fix doxygen warnings for undocumented enum in plugindata.h.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/Doxyfile.in
trunk/src/plugindata.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-11-11 19:18:51 UTC (rev 3210)
+++ trunk/ChangeLog 2008-11-11 19:19:26 UTC (rev 3211)
@@ -14,6 +14,9 @@
Replace uses of g_strcasecmp() with our own implementation,
utils_str_casecmp().
Add utils_str_casecmp() to the plugin API.
+ * doc/Doxyfile.in, src/plugindata.h:
+ Remove obsolete tag in Doxyfile.in.
+ Fix doxygen warnings for undocumented enum in plugindata.h.
2008-11-11 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
Modified: trunk/doc/Doxyfile.in
===================================================================
--- trunk/doc/Doxyfile.in 2008-11-11 19:18:51 UTC (rev 3210)
+++ trunk/doc/Doxyfile.in 2008-11-11 19:19:26 UTC (rev 3211)
@@ -31,7 +31,6 @@
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
-DETAILS_AT_TOP = NO
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = NO
TAB_SIZE = 4
Modified: trunk/src/plugindata.h
===================================================================
--- trunk/src/plugindata.h 2008-11-11 19:18:51 UTC (rev 3210)
+++ trunk/src/plugindata.h 2008-11-11 19:19:26 UTC (rev 3211)
@@ -41,6 +41,7 @@
/* Note: We use enum instead of 'static const gint' to allow its use in global variable
* initializing, otherwise we get errors like:
* error: initializer element is not constant */
+/** Versioning data */
enum {
/** The Application Programming Interface (API) version, incremented
* whenever any plugin data types are modified or appended to. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list