[gtk-doc] gtkdoc-fixxref: don't create links to uninstalled docs



commit d296c69436de5f8762c792fa1940948ee65f3e01
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon Sep 24 19:05:28 2012 +0200

    gtkdoc-fixxref: don't create links to uninstalled docs
    
    Assume the docs will be installed and use that location instead.
    Fixes #679588

 tests/annotations/src/tester.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/annotations/src/tester.c b/tests/annotations/src/tester.c
index 4dea244..1e133fb 100644
--- a/tests/annotations/src/tester.c
+++ b/tests/annotations/src/tester.c
@@ -41,7 +41,7 @@ gchar *
 annotation_nullable (const gchar *uri,
                      const gchar *label)
 {
-   return NULL;
+  return NULL;
 }
 
 /**
@@ -55,7 +55,7 @@ annotation_nullable (const gchar *uri,
 gboolean
 annotation_elementtype (const GList *list)
 {
-   return TRUE;
+  return TRUE;
 }
 
 /**
@@ -69,7 +69,7 @@ annotation_elementtype (const GList *list)
 gboolean
 annotation_elementtype_transfer (const GList *list)
 {
-   return TRUE;
+  return TRUE;
 }
 
 /**
@@ -82,7 +82,7 @@ annotation_elementtype_transfer (const GList *list)
 GList *
 annotation_elementtype_returns (void)
 {
-   return NULL;
+  return NULL;
 }
 
 /**
@@ -96,7 +96,7 @@ annotation_elementtype_returns (void)
 gboolean
 annotation_outparams (GList **list)
 {
-   return TRUE;
+  return TRUE;
 }
 
 /**



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