Revision: 5999 http://geany.svn.sourceforge.net/geany/?rev=5999&view=rev Author: ntrel Date: 2011-10-05 15:59:26 +0000 (Wed, 05 Oct 2011) Log Message: ----------- Use <geanyplugin.h> not "geanyplugin.h" in the howto.
Modified Paths: -------------- trunk/doc/plugins.dox
Modified: trunk/doc/plugins.dox =================================================================== --- trunk/doc/plugins.dox 2011-10-05 15:33:40 UTC (rev 5998) +++ trunk/doc/plugins.dox 2011-10-05 15:59:26 UTC (rev 5999) @@ -184,7 +184,7 @@ * * Let's start with the very basic headers and add more later if necessary. * @code -#include "geanyplugin.h" +#include <geanyplugin.h> * @endcode * * @a geanyplugin.h includes all of the Geany API and also the necessary GTK header files, @@ -343,7 +343,7 @@ * @section listing Complete listing (without comments) * * @code -#include "geanyplugin.h" +#include <geanyplugin.h>
GeanyPlugin *geany_plugin; GeanyData *geany_data;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.