[libchamplain] Some changes in doc generation to generate doc of interfaces properly
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Some changes in doc generation to generate doc of interfaces properly
- Date: Thu, 17 Feb 2011 01:04:57 +0000 (UTC)
commit f54fc0830eb92e206a3d431a2cc0b6f31f695e1c
Author: JiÅ?Ã Techet <techet gmail com>
Date: Thu Feb 17 02:04:28 2011 +0100
Some changes in doc generation to generate doc of interfaces properly
docs/reference-gtk/Makefile.am | 6 +++---
docs/reference/Makefile.am | 6 +++---
docs/reference/libchamplain-sections.txt | 1 +
3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/docs/reference-gtk/Makefile.am b/docs/reference-gtk/Makefile.am
index 8099a59..971d13a 100644
--- a/docs/reference-gtk/Makefile.am
+++ b/docs/reference-gtk/Makefile.am
@@ -20,15 +20,15 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=../../champlain-gtk
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=--type-init-func 'g_type_init(); g_thread_init(NULL)'
+SCANGOBJ_OPTIONS=--type-init-func='g_type_init();g_thread_init(NULL)'
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=--rebuild-types
+SCAN_OPTIONS=
# 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=gtk_champlain
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f634375..dc130d2 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -20,15 +20,15 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
DOC_SOURCE_DIR=../../champlain
# Extra options to pass to gtkdoc-scangobj. Not normally needed.
-SCANGOBJ_OPTIONS=--type-init-func 'g_type_init(); g_thread_init(NULL)'
+SCANGOBJ_OPTIONS=--type-init-func="g_type_init();g_thread_init(NULL)"
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=--rebuild-types
+SCAN_OPTIONS=
# 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=champlain
# Extra options to supply to gtkdoc-mktmpl
# e.g. MKTMPL_OPTIONS=--only-section-tmpl
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index 0295ed3..b177fe9 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -772,6 +772,7 @@ ChamplainCoordinatePrivate
<SECTION>
<FILE>champlain-location</FILE>
<TITLE>ChamplainLocation</TITLE>
+ChamplainLocation
ChamplainLocationIface
champlain_location_set_position
champlain_location_get_latitude
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]