updated after changes to libgimp and added more info

--Sven
This commit is contained in:
Sven Neumann 2000-02-04 17:27:34 +00:00
parent e20554fb84
commit 6ecd444994
5 changed files with 918 additions and 934 deletions

View File

@ -1,3 +1,11 @@
Sat Feb 5 16:22:21 CET 2000 Sven Neumann <sven@gimp.org>
* README: more help
* libgimp/.cvsignore
* libgimp/libgimp-decl.txt
* libgimp/tmpl/gimpwidgets.sgml: updated after changes to libgimp
Fre Feb 4 16:18:39 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/Makefile.am: I'm still tweaking it a bit...

View File

@ -65,6 +65,7 @@ PATH. If everything was set up correctly running a simple
make should do the trick and generate the SGML and HTML files
for you.
In most cases you will work on the documentation by adding or
editing comment blocks in the C source and by editing the
template SGML files in the tmpl dir. The following steps
@ -76,3 +77,26 @@ make sgml - Creates the SGML files from the templates found
make html - Build HTML pages out of the SGML files.
If the source was changed (real changes as described above),
you will need to perform the following two steps before you can
rebuild the sgml and html files:
make scan - Scans the header files and builds and runs a
binary that asks the GtkObjects to describe
themselves. That way the hierarchy of widgets,
arguments and signals are determined. If you
have added new objects, you will have to update
the MODULE.types files accordingly before you
perform this step.
make templates - Merges the changes into the templates. This will
output warnings about any declarations which have
been added/removed. Update the MODULE-sections.txt
to include the new functions etc. in the
appropriate sections, and delete ones which are
no longer available. Run "make templates" again
until there are no warnings output.

View File

@ -2,5 +2,6 @@ Makefile
Makefile.in
libgimp.html
libgimp-decl-list.txt
libgimp-unused.txt
html
sgml

File diff suppressed because it is too large Load Diff

View File

@ -96,6 +96,9 @@ gimpwidgets
@step_increment:
@page_increment:
@digits:
@constrain:
@unconstrained_lower:
@unconstrained_upper:
@tooltip:
@private_tip:
@Returns:
@ -107,7 +110,9 @@ gimpwidgets
</para>
@seed:
@seed_spinbutton:
@use_time:
@time_button:
@time_true:
@time_false:
@Returns: