diff options
Diffstat (limited to 'doc/public')
-rw-r--r-- | doc/public/Makefile.am | 7 | ||||
-rw-r--r-- | doc/public/tmpl/cairo-version.sgml | 3 |
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 |