added documentation framework

--Sven
This commit is contained in:
Sven Neumann
2000-02-03 01:47:15 +00:00
parent 4a29dc52f7
commit bdad9ab156
52 changed files with 12759 additions and 27 deletions

View File

@ -0,0 +1,15 @@
/*
* gtk-doc can't build libgimp-scan.c without PLUG_IN_INFO being defined
* so we include this file as a workaround
*/
#include <glib.h>
#include <libgimp/gimp.h>
GPlugInInfo PLUG_IN_INFO =
{
NULL,
NULL,
NULL,
NULL,
};