devel-docs: fix and update the libgimpmath docs
This commit is contained in:
20
devel-docs/libgimpmath/.gitignore
vendored
20
devel-docs/libgimpmath/.gitignore
vendored
@ -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
|
||||||
|
@ -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 =
|
||||||
|
@ -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">
|
@ -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>
|
Reference in New Issue
Block a user