summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-28 19:36:12 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-02 20:23:59 -0400
commita5a896aae831e5224dd5bd4bc711f3212f738ba1 (patch)
treefd6bf43b41b1cb345e5706919a87ef90448cb7f9 /doc
parent7b2e8035f253e4667ebdb285d7b49aaece88f3b3 (diff)
Update header glob
Diffstat (limited to 'doc')
-rw-r--r--doc/public/Makefile.am7
-rw-r--r--doc/public/tmpl/cairo-version.sgml3
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am
index 952ded31..2bab45b2 100644
--- a/doc/public/Makefile.am
+++ b/doc/public/Makefile.am
@@ -13,8 +13,8 @@ SCAN_OPTIONS=--deprecated-guards="CAIRO_DISABLE_DEPRECATED" --ignore-decorators=
DOC_SOURCE_DIR=../../src
# Used for dependencies
-HFILE_GLOB=$(top_srcdir)/src/*.h
-CFILE_GLOB=$(top_srcdir)/src/*.c $(top_srcdir)/src/*.h
+HFILE_GLOB=$(top_srcdir)/src/cairo-*.h
+CFILE_GLOB=$(top_srcdir)/src/cairo-*.c $(top_srcdir)/src/cairo-*.h
include $(srcdir)/Headers.mk
@@ -35,8 +35,7 @@ IGNORE_HFILES= \
Headers.mk:
( echo "PRIVATE_TEST_HFILES = \\"; \
find $(top_srcdir)/src \
- -name '*-private.h' -o \
- -name '*-test.h' | \
+ -name '*-private.h' | \
sed 's@.*/@ @; s@$$@ \\@' | \
LANG=C sort; \
echo ' cairo-features-win32.h \'; \
diff --git a/doc/public/tmpl/cairo-version.sgml b/doc/public/tmpl/cairo-version.sgml
index 836c9b8b..2e4acd6a 100644
--- a/doc/public/tmpl/cairo-version.sgml
+++ b/doc/public/tmpl/cairo-version.sgml
@@ -165,9 +165,9 @@ that later versions compare greater than earlier versions.
@major: the major component of the version number
@minor: the minor component of the version number
@micro: the micro component of the version number
-
@Returns: the encoded version.
+
<!-- ##### MACRO CAIRO_VERSION_STRINGIZE ##### -->
<para>
This macro encodes the given cairo version into an string. The numbers
@@ -178,7 +178,6 @@ The parameters to this macro must expand to numerical literals.
@major: the major component of the version number
@minor: the minor component of the version number
@micro: the micro component of the version number
-
@Returns: a string literal containing the version.
@Since: 1.8