diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-08 03:13:20 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-08 13:58:53 +0200 |
commit | a106aa86a3267b4886f7eabdc4b07bb394e11531 (patch) | |
tree | 74a9bfc90c62766cd35885ff1f360a46e30317d1 /doc | |
parent | 71d17e4b1f1cb83bc605d72d8419d4bfb824c828 (diff) |
doc: add --name-space option to gtkdoc-mkdb
This sorts function names in new symbols lists way better.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/public/Makefile.am b/doc/public/Makefile.am index 535102cb..a0443b38 100644 --- a/doc/public/Makefile.am +++ b/doc/public/Makefile.am @@ -29,7 +29,7 @@ IGNORE_HFILES= \ $(NULL) # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=cairo # Extra options to supply to gtkdoc-mktmpl MKTMPL_OPTIONS= |