Revision: 3090
http://geany.svn.sourceforge.net/geany/?rev=3090&view=rev
Author: ntrel
Date: 2008-10-14 17:32:38 +0000 (Tue, 14 Oct 2008)
Log Message:
-----------
Generate API documentation for deprecated symbols.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/Doxyfile.in
trunk/doc/pluginsymbols.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-10-14 17:29:37 UTC (rev 3089)
+++ trunk/ChangeLog 2008-10-14 17:32:38 UTC (rev 3090)
@@ -11,6 +11,8 @@
Use ui_add_document_sensitive().
Use PLUGIN_VERSION_CHECK(GEANY_API_VERSION) for internal plugins,
except the Demo plugin (as an example).
+ * doc/Doxyfile.in, doc/pluginsymbols.c:
+ Generate API documentation for deprecated symbols.
2008-10-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
Modified: trunk/doc/Doxyfile.in
===================================================================
--- trunk/doc/Doxyfile.in 2008-10-14 17:29:37 UTC (rev 3089)
+++ trunk/doc/Doxyfile.in 2008-10-14 17:32:38 UTC (rev 3090)
@@ -76,7 +76,7 @@
GENERATE_TODOLIST = YES
GENERATE_TESTLIST = NO
GENERATE_BUGLIST = YES
-GENERATE_DEPRECATEDLIST= NO
+GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = NO
Modified: trunk/doc/pluginsymbols.c
===================================================================
--- trunk/doc/pluginsymbols.c 2008-10-14 17:29:37 UTC (rev 3089)
+++ trunk/doc/pluginsymbols.c 2008-10-14 17:32:38 UTC (rev 3090)
@@ -43,7 +43,7 @@
* @param info The data struct which should be initialized by this function. */
void plugin_set_info(PluginInfo *info);
-/** @deprecated Use geany_plugin->info instead.
+/** @deprecated Use @ref geany_plugin->info instead.
* Basic information about a plugin, which is set in plugin_set_info(). */
const PluginInfo *plugin_info;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.