[libchamplain] Fix cross-references in documentation



commit 9aa99aa5c73c7dbac7bd7cdc0b9f36b293a058af
Author: JiÅ?í Techet <techet gmail com>
Date:   Mon May 24 22:10:09 2010 +0200

    Fix cross-references in documentation
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 docs/reference-gtk/Makefile.am           |    5 +----
 docs/reference/Makefile.am               |    5 +----
 docs/reference/libchamplain-sections.txt |    3 ++-
 3 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/docs/reference-gtk/Makefile.am b/docs/reference-gtk/Makefile.am
index 2142276..8099a59 100644
--- a/docs/reference-gtk/Makefile.am
+++ b/docs/reference-gtk/Makefile.am
@@ -39,10 +39,7 @@ MKHTML_OPTIONS=
 
 # Extra options to supply to gtkdoc-fixref. Not normally needed.
 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
-FIXXREF_OPTIONS= \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/gobject \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/glib \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/clutter
+FIXXREF_OPTIONS=--extra-dir=../reference/html
 
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index a269c06..0f01ddc 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -39,10 +39,7 @@ MKHTML_OPTIONS=
 
 # Extra options to supply to gtkdoc-fixref. Not normally needed.
 # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
-FIXXREF_OPTIONS= \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/gobject \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/glib \
-	--extra-dir=$(PREFIX)/share/gtk-doc/html/clutter
+FIXXREF_OPTIONS= 
 
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index 5dd08c2..10b102b 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -1,6 +1,7 @@
 <SECTION>
 <FILE>champlain-map-source</FILE>
 <TITLE>ChamplainMapSource</TITLE>
+ChamplainMapSource
 ChamplainMapProjection
 champlain_map_source_get_id
 champlain_map_source_get_name
@@ -29,7 +30,6 @@ CHAMPLAIN_MAP_SOURCE_CLASS
 CHAMPLAIN_IS_MAP_SOURCE_CLASS
 CHAMPLAIN_MAP_SOURCE_GET_CLASS
 <SUBSECTION Private>
-ChamplainMapSource
 ChamplainMapSourceClass
 ChamplainMapSourcePrivate
 </SECTION>
@@ -50,6 +50,7 @@ CHAMPLAIN_MAP_SOURCE_CONSTRUCTOR
 <SECTION>
 <FILE>champlain-marker</FILE>
 <TITLE>ChamplainMarker</TITLE>
+ChamplainMarker
 champlain_marker_new
 champlain_marker_new_with_text
 champlain_marker_new_with_image



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]