From 82d093bbb7c43598396de0be7d4150540d46f128 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 20 Feb 2009 11:58:04 +0000 Subject: [PATCH] [docs] Use the --name-space option Now that we depend on gtk-doc 1.11 we can use the --name-space command line option for the mkdb utility. --- doc/reference/cogl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/cogl/Makefile.am b/doc/reference/cogl/Makefile.am index 892d3436c..0d08a36db 100644 --- a/doc/reference/cogl/Makefile.am +++ b/doc/reference/cogl/Makefile.am @@ -29,7 +29,7 @@ SCAN_OPTIONS=--deprecated-guards="COGL_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=cogl # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl