devel-docs: fix and update the libgimpmath docs

This commit is contained in:
Michael Natterer
2019-07-23 16:46:31 +02:00
parent 41d1ad26a4
commit 29e1d9e7cf
6 changed files with 12 additions and 19 deletions

View File

@ -1,16 +1,16 @@
/Makefile /Makefile
/Makefile.in /Makefile.in
/deprecated /deprecated
/libgimpmath.args /libgimpmath3.args
/libgimpmath-decl.txt /libgimpmath3-decl.txt
/libgimpmath-decl-list.txt /libgimpmath3-decl-list.txt
/libgimpmath.hierarchy /libgimpmath3.hierarchy
/libgimpmath.interfaces /libgimpmath3.interfaces
/libgimpmath.prerequisites /libgimpmath3.prerequisites
/libgimpmath.signals /libgimpmath3.signals
/libgimpmath-unused.txt /libgimpmath3-unused.txt
/libgimpmath-undeclared.txt /libgimpmath3-undeclared.txt
/libgimpmath-undocumented.txt /libgimpmath3-undocumented.txt
/html /html
/tmpl /tmpl
/xml /xml

View File

@ -1,13 +1,13 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# The name of the module. # The name of the module.
DOC_MODULE = libgimpmath DOC_MODULE = libgimpmath3
# The top-level SGML file. # The top-level SGML file.
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
# The directory containing the source code. # The directory containing the source code.
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE) DOC_SOURCE_DIR = $(top_srcdir)/libgimpmath
# Extra options to pass to gtkdoc-scangobj # Extra options to pass to gtkdoc-scangobj
SCANGOBJ_OPTIONS = SCANGOBJ_OPTIONS =

View File

@ -16,7 +16,6 @@
<xi:include href="xml/gimpmath.xml" /> <xi:include href="xml/gimpmath.xml" />
<xi:include href="xml/gimpmatrix.xml" /> <xi:include href="xml/gimpmatrix.xml" />
<xi:include href="xml/gimpvector.xml" /> <xi:include href="xml/gimpvector.xml" />
<xi:include href="xml/gimpmd5.xml" />
</part> </part>
<index id="api-index-full"> <index id="api-index-full">

View File

@ -12,12 +12,6 @@ gimp_deg_to_rad
gimp_rad_to_deg gimp_rad_to_deg
</SECTION> </SECTION>
<SECTION>
<FILE>gimpmd5</FILE>
<TITLE>GimpMD5</TITLE>
gimp_md5_get_digest
</SECTION>
<SECTION> <SECTION>
<FILE>gimpmatrix</FILE> <FILE>gimpmatrix</FILE>
<TITLE>GimpMatrix</TITLE> <TITLE>GimpMatrix</TITLE>