Mention Files link at top for header files; demoplugin.c.
Minor edits; remove 'far from being complete'. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4136 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
5bda02fd5e
commit
f195153a20
@ -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>
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user