Add warning about not using undocumented features.
Add reference to HACKING for plugin API development. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4126 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
43cd2946f4
commit
5a6ee46699
@ -1,3 +1,10 @@
|
||||
2009-08-26 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* doc/plugins.dox:
|
||||
Add warning about not using undocumented features.
|
||||
Add reference to HACKING for plugin API development.
|
||||
|
||||
|
||||
2009-08-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||
|
||||
* tagmanager/php.c:
|
||||
|
@ -29,26 +29,29 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* @mainpage Geany Plugin API Documentation
|
||||
* @mainpage Geany Plugin API Documentation
|
||||
*
|
||||
* @author Enrico Tröger, Nick Treleaven, Frank Lanitz
|
||||
* @date $Date$
|
||||
* @author Enrico Tröger, Nick Treleaven, Frank Lanitz
|
||||
* @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.
|
||||
* We will try to document as many functions and structs as possible.
|
||||
* @section Intro
|
||||
* This is the Geany API documentation. It is far from being complete and should be
|
||||
* considered as a 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.
|
||||
* To get started, see the @link howto Plugin Howto @endlink.
|
||||
*
|
||||
* Other pages:
|
||||
* - @link pluginsymbols.c Plugin Symbols @endlink
|
||||
* - @link plugindata.h Main Datatypes and Macros @endlink
|
||||
* - @link signals Plugin Signals @endlink
|
||||
* - @link pluginutils.c Plugin Utility Functions @endlink
|
||||
* - @link guidelines Plugin Writing Guidelines @endlink
|
||||
* Other pages:
|
||||
* - @link pluginsymbols.c Plugin Symbols @endlink
|
||||
* - @link plugindata.h Main Datatypes and Macros @endlink
|
||||
* - @link signals Plugin Signals @endlink
|
||||
* - @link pluginutils.c Plugin Utility Functions @endlink
|
||||
* - @link guidelines Plugin Writing Guidelines @endlink
|
||||
*
|
||||
* @note Some of these pages are also listed in Related Pages.
|
||||
* @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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user