Kaydet (Commit) 5a6ee466 authored tarafından Nick Treleaven's avatar Nick Treleaven

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
üst 43cd2946
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> 2009-08-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* tagmanager/php.c: * tagmanager/php.c:
......
...@@ -29,26 +29,29 @@ ...@@ -29,26 +29,29 @@
/** /**
* *
* @mainpage Geany Plugin API Documentation * @mainpage Geany Plugin API Documentation
* *
* @author Enrico Tröger, Nick Treleaven, Frank Lanitz * @author Enrico Tröger, Nick Treleaven, Frank Lanitz
* @date $Date$ * @date $Date$
* *
* @section Intro * @section Intro
* This is the Geany API documentation. It is far from being complete and should be * This is the Geany API documentation. It is far from being complete and should be
* considered as a work in progress. * considered as a work in progress.
* We will try to document as many functions and structs as possible. * 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: * Other pages:
* - @link pluginsymbols.c Plugin Symbols @endlink * - @link pluginsymbols.c Plugin Symbols @endlink
* - @link plugindata.h Main Datatypes and Macros @endlink * - @link plugindata.h Main Datatypes and Macros @endlink
* - @link signals Plugin Signals @endlink * - @link signals Plugin Signals @endlink
* - @link pluginutils.c Plugin Utility Functions @endlink * - @link pluginutils.c Plugin Utility Functions @endlink
* - @link guidelines Plugin Writing Guidelines @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.
*/ */
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment