GTK-Docc setup: Documentation not generated for some functions
- Date: Mon, 30 Jun 2008 12:04:06 -0700
- From: "Saravanan Shanmugham (sarvi)" <sarvi@xxxxxxxxx>
- Subject: GTK-Docc setup: Documentation not generated for some functions
Hi,
I am new the GTK-Doc tools.
I am trying to add gtk-doc support to
generate API documentation for the Upstart project(an open source Init
replacement).
The code seems to
already be heavily commented for the GTK-Doc tool but the GTK-Doc tooling in the
makefile did not exist and I am just adding that stuff.
I was able to
generate the documentation but I find the documentation for a whole bunch of
functions.
For example a file
init/cfg_file.[ch], I notice only 2 function definitions where the file has a
lot more.
The difference
between the functions for which documentation was generated an the rest was
that
1.
These 2 functions had a definition in the header file and the rest
don't
2.
These 2 functions are NOT defined as static while the rest of the funcions in
the file are defined static.
What is causing
gtk-doc to not generate documentation for the rest of the
functions.
Can point out
how I could generate documentation for all the functions in the C
file.
Thanks,
Sarvi
_______________________________________________ gtk-devel-list mailing list gtk-devel-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-devel-list
- Follow-Ups:
- Re: GTK-Docc setup: Documentation not generated for some functions
- From: Stefan Kost
- Re: GTK-Docc setup: Documentation not generated for some functions
- Prev by Date: Bug in the make chain.
- Next by Date: GTK+ 3.x wiki page
- Previous by thread: Bug in the make chain.
- Next by thread: Re: GTK-Docc setup: Documentation not generated for some functions
- Index(es):