From a5a896aae831e5224dd5bd4bc711f3212f738ba1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 28 Aug 2008 19:36:12 -0400 Subject: [PATCH] Update header glob --- doc/public/Makefile.am | 7 +++---- 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 952ded310..2bab45b21 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 836c9b8bc..2e4acd6af 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. + 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