diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-01-02 19:23:39 +0000 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2015-01-02 19:23:39 +0000 |
commit | 8ddc812b4257137f3f376fb7bb6715e10b4d0e91 (patch) | |
tree | 408b4d376e1ac9686394f8c7b82eadf542a57e0f /docs | |
parent | d1e961d33d4413d1b65d9ab12ad4a5c9ccce6229 (diff) | |
download | libnice-8ddc812b4257137f3f376fb7bb6715e10b4d0e91.tar.gz |
docs: Inform gtk-doc of the libnice namespace
This allows it to order the index a little better.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libnice/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am index ae09791..b3fe450 100644 --- a/docs/reference/libnice/Makefile.am +++ b/docs/reference/libnice/Makefile.am @@ -24,7 +24,7 @@ SCAN_OPTIONS=--rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--xml-mode --output-format=xml +MKDB_OPTIONS=--xml-mode --output-format=xml --name-space=Nice # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl |