On Mon, 2009-07-13 at 01:28 +0200, Ali Abdallah wrote:
Hi,
I want to document C code written let's say in files obj.c obj.h contain
GObject, signals, properties, in order to doc these gtk-doc needs the
_get_type function to produce GObject doc, but this code is not a
library and i don't want to have .la library in the project just to doc
the code.
gtk-doc only works with libraries. Make sure your library is
noinst_LTLIBRARIES instead of lib_LTLIBRARIES and it won't install any
gunk on the filesystem.