From 45c54c909c323a7961848e0911afa7beb5165971 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 2 Jan 2015 19:21:48 +0000 Subject: 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. --- docs/reference/libnice/Makefile.am | 4 +- docs/reference/libnice/libnice-docs.sgml | 102 ------------------------------- docs/reference/libnice/libnice-docs.xml | 102 +++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 104 deletions(-) delete mode 100644 docs/reference/libnice/libnice-docs.sgml create mode 100644 docs/reference/libnice/libnice-docs.xml 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.sgml deleted file mode 100644 index 918fcf4..0000000 --- a/docs/reference/libnice/libnice-docs.sgml +++ /dev/null @@ -1,102 +0,0 @@ - - - - - libnice Reference Manual - - The latest version of this documentation can be found on-line at - http://nice.freedesktop.org/libnice/. - - - - - - ICE Library - - - - - - - Libnice helper functions - - - - - - STUN Library - - - - - - - STUN usages - - - - - - - - - Pseudo TCP Socket implementation - - - - - - The libnice library contains the ICE library and the - STUN library as well as a Pseudo TCP socket implementation. - - - - Appendices - - API Index - - - - Index of deprecated symbols - - - - Index of new symbols in 0.0.4 - - - - Index of new symbols in 0.0.6 - - - - Index of new symbols in 0.0.7 - - - - Index of new symbols in 0.0.9 - - - - Index of new symbols in 0.0.10 - - - - Index of new symbols in 0.0.11 - - - - Index of new symbols in 0.1.4 - - - - Index of new symbols in 0.1.5 - - - - Index of new symbols in 0.1.6 - - - - - diff --git a/docs/reference/libnice/libnice-docs.xml b/docs/reference/libnice/libnice-docs.xml new file mode 100644 index 0000000..918fcf4 --- /dev/null +++ b/docs/reference/libnice/libnice-docs.xml @@ -0,0 +1,102 @@ + + + + + libnice Reference Manual + + The latest version of this documentation can be found on-line at + http://nice.freedesktop.org/libnice/. + + + + + + ICE Library + + + + + + + Libnice helper functions + + + + + + STUN Library + + + + + + + STUN usages + + + + + + + + + Pseudo TCP Socket implementation + + + + + + The libnice library contains the ICE library and the + STUN library as well as a Pseudo TCP socket implementation. + + + + Appendices + + API Index + + + + Index of deprecated symbols + + + + Index of new symbols in 0.0.4 + + + + Index of new symbols in 0.0.6 + + + + Index of new symbols in 0.0.7 + + + + Index of new symbols in 0.0.9 + + + + Index of new symbols in 0.0.10 + + + + Index of new symbols in 0.0.11 + + + + Index of new symbols in 0.1.4 + + + + Index of new symbols in 0.1.5 + + + + Index of new symbols in 0.1.6 + + + + + -- cgit v1.2.1