summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:21:48 +0000
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-01-02 19:21:48 +0000
commit45c54c909c323a7961848e0911afa7beb5165971 (patch)
treed0681c8b48c042cda335a4a05ba5b60384ab692e
parentc6fa14f4fe10f04e1b9a4c231caa8054e0c7224d (diff)
docs: Switch from gtk-doc SGML mode to XML mode
We already used XML everywhere; just formally switch to XML mode and eliminate the last few traces of SGML.
-rw-r--r--docs/reference/libnice/Makefile.am4
-rw-r--r--docs/reference/libnice/libnice-docs.xml (renamed from docs/reference/libnice/libnice-docs.sgml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am
index 36ac119..ae09791 100644
--- a/docs/reference/libnice/Makefile.am
+++ b/docs/reference/libnice/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=libnice
# The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
# The directory containing the source code. Relative to $(srcdir).
# gtk-doc will search all .c & .h files beneath here for inline comments
@@ -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=--sgml-mode --output-format=xml
+MKDB_OPTIONS=--xml-mode --output-format=xml
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
diff --git a/docs/reference/libnice/libnice-docs.sgml b/docs/reference/libnice/libnice-docs.xml
index 918fcf4..918fcf4 100644
--- a/docs/reference/libnice/libnice-docs.sgml
+++ b/docs/reference/libnice/libnice-docs.xml