mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-15 09:10:38 +01:00
Require gtk-doc 1.6, and make it ignore cairo_public and cairo_private
decorators.
This commit is contained in:
parent
647ca37ca3
commit
de939f5206
2 changed files with 2 additions and 2 deletions
|
|
@ -530,7 +530,7 @@ AC_SUBST(CAIRO_LIBS)
|
|||
dnl ===========================================================================
|
||||
dnl Check for gtk-doc and docbook
|
||||
|
||||
GTK_DOC_CHECK([1.3])
|
||||
GTK_DOC_CHECK([1.6])
|
||||
|
||||
dnl ===========================================================================
|
||||
dnl Check for recent pkg-config which supports Requires.private
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ DOC_MODULE=cairo
|
|||
DOC_MAIN_SGML_FILE=cairo-docs.xml
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS=--deprecated-guards="CAIRO_DISABLE_DEPRECATED"
|
||||
SCAN_OPTIONS=--deprecated-guards="CAIRO_DISABLE_DEPRECATED" --ignore-decorators="cairo_public|cairo_private"
|
||||
|
||||
# The directory containing the source code. Relative to $(srcdir)
|
||||
DOC_SOURCE_DIR=../../src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue