GIMP 1.3 Reference Manuals
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.
GIMP 1.3 Reference Manuals | Sven Neumann | 07 Oct 15:08 |
GIMP 1.3 Reference Manuals | Sven Neumann | 07 Oct 15:15 |
GIMP 1.3 Reference Manuals | David Neary | 13 Oct 21:52 |
GIMP 1.3 Reference Manuals | Sven Neumann | 13 Oct 16:27 |
GIMP 1.3 Reference Manuals
Hi,
I've updated the online version of the GIMP 1.3 API reference at
http://developer.gimp.org/api/1.3/
Thanks to the help of Mitch and DinDinX, the documentation has improved since version 1.3.20. However there is still a lot of work to do. We'd like to concentrate on documentation of the libraries for now since the core API hasn't really settled enough yet.
If someone wants to contribute, there are several things you could work on:
- Completion of the libgimp* API references
This basically means adding gtk-doc style comments to undocumented functions as well as improving the introductory parts that are found in the tmpl directories.
- Proof-reading the existing docs
More or less the same workflow as above. Please note that the comments for the libgimp PDB wrappers are generated from the PDB documentation that is found in tools/pdbgen/pdb.
- Addition of some introductory chapters
This could be for example "Compiling a GIMP Plug-In" or "Porting a GIMP Plug-In to the 2.0 API" (Jeff Trefftzs expressed interest to do the latter).
There is a README in the devel-docs directory that should get you started with gtk-doc and DocBook XML. If you are interested or if you have any questions please let the list know.
Sven
GIMP 1.3 Reference Manuals
Hi,
here are some stats on the current state of the documentation of our libraries:
libgimp
77% symbol docs coverage.
365 symbols documented.
110 not documented.
libgimpbase
21% symbol docs coverage.
27 symbols documented.
104 not documented.
libgimpcolor
3% symbol docs coverage.
2 symbols documented.
66 not documented.
libgimpmath
81% symbol docs coverage.
60 symbols documented.
14 not documented.
libgimpmodule
100% symbol docs coverage.
20 symbols documented.
0 not documented.
libgimpwidgets
84% symbol docs coverage.
261 symbols documented.
49 not documented.
Sven
GIMP 1.3 Reference Manuals
Hi,
I sent a similar mail to the gimp-developer list last week but since there was no feedback I assume that our developers are all too busy to help with the documentation. So I am trying again here...
One of the goals of current GIMP development is to make the code easier to read and understand. One way to achieve this goal is to improve the source code structure, the other is documentation. Of course the two should go hand in hand and that's what is happening.
The current state of documentation is online at
http://developer.gimp.org/api/1.3/
As you can see there's still a lot to do here (see below for some numbers). We'd like to concentrate on documentation of the libraries for now since the core API (app) hasn't settled enough yet.
If someone wants to contribute, there are several things you could work on:
- Completion of the libgimp* API references
This basically means adding gtk-doc style comments to undocumented functions as well as improving the introductory parts that are found in the tmpl directories.
- Proof-reading the existing docs
More or less the same workflow as above. Please note that the comments for the libgimp PDB wrappers are generated from the PDB documentation that is found in tools/pdbgen/pdb.
- Addition of some introductory chapters
This could be for example "Compiling a GIMP Plug-In" or "Porting a GIMP Plug-In to the 2.0 API" (Jeff Trefftzs expressed interest to do the latter).
There is a README in the devel-docs directory that should get you started with gtk-doc and the tiny bits of DocBook XML you might need to know. If you would like to help or if you have any questions please let me and the list know about it.
Sven
PS: Below are some numbers on the current state of the documentation of our libraries:
libgimp
77% symbol docs coverage.
365 symbols documented.
110 not documented.
libgimpbase
21% symbol docs coverage.
27 symbols documented.
104 not documented.
libgimpcolor
3% symbol docs coverage.
2 symbols documented.
66 not documented.
libgimpmath
81% symbol docs coverage.
60 symbols documented.
14 not documented.
libgimpmodule
100% symbol docs coverage.
20 symbols documented.
0 not documented.
libgimpwidgets
84% symbol docs coverage.
261 symbols documented.
49 not documented.
GIMP 1.3 Reference Manuals
Hi all,
Sven Neumann wrote:
libgimpcolor
3% symbol docs coverage.
2 symbols documented.
66 not documented.
This looked like juicy pickings, so I've attacked this. I'm currently documenting gimpcolorspace.c, then I was planning on doing gimpbilinear.c - anyone else working on this already?
libgimpmath
81% symbol docs coverage.
60 symbols documented.
14 not documented.
Then I was planning on filling in the gaps here.
Cheers, Dave.