RSS/Atom feed Twitter
Site is read-only, email is disabled

Generate the API documentation

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Generate the API documentation Maggio Mago 07 Jul 08:44
  Generate the API documentation scl 07 Jul 11:05
Maggio Mago
2013-07-07 08:44:39 UTC (almost 11 years ago)

Generate the API documentation

Hello,

I have cloned Gimp-2.8.7 from git then ./configure --prefix=/home/user/local --enable-gtk-doc and make install

I can find my documentation in /home/user/local/share/gtk-doc/html/ For example, I successful generated
http://developer.gimp.org/api/2.0/libgimpbase/index.html and more : $]ls /home/user/local/share/gtk-doc/html libgimp libgimpbase libgimpcolor libgimpconfig libgimpmath libgimpmodule libgimpthumb libgimpwidgets

However, i do not found the API documentation like this page : http://developer.gimp.org/api/2.0/app/app-hierarchy-part.html

Someone could help me ?

PS: I use gtkdoc 1.18

scl
2013-07-07 11:05:48 UTC (almost 11 years ago)

Generate the API documentation

Hi,

it seems, you forgot the parameter --enable-gtk-doc-app.

You find a detailed description in our developer wiki*. Note: the API documentation on developer.gimp.org is for GIMP 2.6 and thus outdated. Currently the best way to get an up-to-date API docu is to create it yourself. I have already considered autogenerating and publishing the API docu automatically from the continuous builds, but yet haven't found a hoster.

Kind regards,

Sven

*developer wiki: http://wiki.gimp.org/index.php/Hacking:API_documentation