Revision: 4534 http://geany.svn.sourceforge.net/geany/?rev=4534&view=rev Author: ntrel Date: 2010-01-18 17:17:34 +0000 (Mon, 18 Jan 2010)
Log Message: ----------- Fix some spacing.
Modified Paths: -------------- trunk/doc/plugins.dox
Modified: trunk/doc/plugins.dox =================================================================== --- trunk/doc/plugins.dox 2010-01-18 17:05:13 UTC (rev 4533) +++ trunk/doc/plugins.dox 2010-01-18 17:17:34 UTC (rev 4534) @@ -481,20 +481,21 @@ } * @endcode * - * @section building Building - * @code gcc -c plugin.c -fPIC `pkg-config --cflags geany` @endcode + * @section building Building * - * to make plugin.o, then: + * @code gcc -c plugin.c -fPIC `pkg-config --cflags geany` @endcode * - * @code gcc plugin.o -o plugin.so -shared `pkg-config --libs geany`@endcode + * to make plugin.o, then: * - * to make the plugin library plugin.so (or plugin.dll on Windows). + * @code gcc plugin.o -o plugin.so -shared `pkg-config --libs geany` @endcode * - * Then just put the library into one of the paths Geany looks for plugins in, e.g. $prefix/lib/geany. - * See @ref paths "Installation paths" for details. + * to make the plugin library plugin.so (or plugin.dll on Windows). * - * @section realfunc Real functionality + * Then just put the library into one of the paths Geany looks for plugins in, e.g. $prefix/lib/geany. + * See @ref paths "Installation paths" for details. * + * @section realfunc Real functionality + * * If you think this plugin seems not to implement any functionality right now and only wastes * some memory, you are right. But it should compile and load/unload in Geany nicely. * Now you have the very basic layout of a new plugin. Great, isn't it?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.