Re: How to create a API doc

2003-10-31 Thread Stephane Wirtel
Vincent Torri wrote:

Hello, 
I would like to know the program that you (documentation maintainers) used
to create the GTK (and others) API on gtk.org ? Or do you write all the
html pages ?

Thanks a lot !

Vincent TORRI

SGML is a standard, for the publication, and documentation.

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: How to create a API doc

2003-10-31 Thread Sven Neumann
Hi,

Vincent Torri [EMAIL PROTECTED] writes:

 I would like to know the program that you (documentation
 maintainers) used to create the GTK (and others) API on gtk.org ?

Have a look at the docs/reference folder in the GTK+ source tree.  The
documentation is created from inline comments using gtk-doc.  gtk-doc
creates templates in Docbook/XML that can then be edited further.
Later the XML source is converted to HTML or other formats.


Sven
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: How to create a API doc

2003-10-31 Thread Owen Taylor
On Fri, 2003-10-31 at 01:43, Vincent Torri wrote:
 Hello, 
 I would like to know the program that you (documentation maintainers) used
 to create the GTK (and others) API on gtk.org ? Or do you write all the
 html pages ?

It's done with the 'gtk-doc' tool. You can find the tarball
for the latest release on ftp.gnome.org.

gtk-doc is most useful for libraries based on GObject; for other
libraries a more general tool like Doxygen is probably easier
to get working.

Regards,
Owen


___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list