Re: Private structures and gtk-doc




Federico Mena Quintero <federico@helixcode.com> writes:

> Hello,
> 
> Right now the gdk-pixbuf module has something like this:

[...]
 
> The gdk-pixbuf.h is public and does get installed; the
> gdk-pixbuf-private is just used internally by the library and it is
> not installed.
> 
> The problem is that gtk-doc is picking up the private structures when
> scanning the headers.  I do not want this stuff to show up in the
> final SGML files.
> 
> How can I tell gtk-doc about this?

>From Pango's docs/Makefile.am

	gtkdoc-scan --module=$(DOC_MODULE) $(INCLUDE_DIR)/pango*.h

You can list explicitely the files to be scanned. (I suspect
that gtk-doc-list might (in other states of mailing list
decrepitude) give you a better response on this).

Regards,
                                        Owen
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]