Revision: 4136 http://geany.svn.sourceforge.net/geany/?rev=4136&view=rev Author: ntrel Date: 2009-08-27 16:13:20 +0000 (Thu, 27 Aug 2009)
Log Message: ----------- Mention Files link at top for header files; demoplugin.c. Minor edits; remove 'far from being complete'.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/plugins.dox
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-08-27 14:02:56 UTC (rev 4135) +++ trunk/ChangeLog 2009-08-27 16:13:20 UTC (rev 4136) @@ -4,6 +4,9 @@ Fix Make keybindings (patch by Lex Trotman, thanks). * src/geany.h: Define G_GNUC_WARN_UNUSED_RESULT if GLib < 2.10. + * doc/plugins.dox: + Mention Files link at top for header files; demoplugin.c. + Minor edits; remove 'far from being complete'.
2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
Modified: trunk/doc/plugins.dox =================================================================== --- trunk/doc/plugins.dox 2009-08-27 14:02:56 UTC (rev 4135) +++ trunk/doc/plugins.dox 2009-08-27 16:13:20 UTC (rev 4136) @@ -35,8 +35,7 @@ * @date $Date$ * * @section Intro - * This is the Geany API documentation. It is far from being complete and should be - * considered as a work in progress. + * This is the Geany API documentation. It should be considered work in progress. * We will try to document as many functions and structs as possible. * * To get started, see the @link howto Plugin Howto @endlink. @@ -47,11 +46,13 @@ * - @link signals Plugin Signals @endlink * - @link pluginutils.c Plugin Utility Functions @endlink * - @link guidelines Plugin Writing Guidelines @endlink + * - <b>plugins/demoplugin.c</b> - in Geany's source, bigger than the howto example + * - Header files for functions and types - see <b>Files</b> link at the top + * - Deprecated symbols - see <b>Related Pages</b> link at the top * - * @note Some of these pages are also listed in Related Pages, plus the list of deprecated symbols. - * @warning Do not use anything not documented here, it may change. - * @note You should see the HACKING file for information about developing the plugin API and - * other useful things. + * @warning Do not use any symbol not in the documentation - it may change. + * @note See the HACKING file for information about developing the plugin API and + * other useful notes. */
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.