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

Use <geanyplugin.h> not "geanyplugin.h" in the howto.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5999 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b673f053
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
* *
* Let's start with the very basic headers and add more later if necessary. * Let's start with the very basic headers and add more later if necessary.
* @code * @code
#include "geanyplugin.h" #include <geanyplugin.h>
* @endcode * @endcode
* *
* @a geanyplugin.h includes all of the Geany API and also the necessary GTK header files, * @a geanyplugin.h includes all of the Geany API and also the necessary GTK header files,
...@@ -343,7 +343,7 @@ void plugin_cleanup(void) ...@@ -343,7 +343,7 @@ void plugin_cleanup(void)
* @section listing Complete listing (without comments) * @section listing Complete listing (without comments)
* *
* @code * @code
#include "geanyplugin.h" #include <geanyplugin.h>
GeanyPlugin *geany_plugin; GeanyPlugin *geany_plugin;
GeanyData *geany_data; GeanyData *geany_data;
......
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