[folks] Point valadoc to the C headers so it doesn't fail on "missing" symbols.



commit 16ee512844a43dc0a0973f63f986d57c9d84b387
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Feb 24 15:46:35 2011 -0800

    Point valadoc to the C headers so it doesn't fail on "missing" symbols.
    
    Scanning directories (with -b) is no longer supported. See bgo#629531,
    comment#7.
    
    Fixes bgo#643247 - Folks needs C API documentation

 NEWS             |    1 +
 docs/Makefile.am |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 117e9d2..7226ca9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Bugs fixed:
 * Bug 642351 â?? BACKEND_STORE_KEY_FILE format should support a wildcard entry
 * Bug 643241 â?? _update_urls () needs to create copies of each
   List<FieldDetails>
+* Bug 643247 â?? Folks needs C API documentation
 
 Overview of changes from libfolks 0.3.5 to libfolks 0.3.6
 =========================================================
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 721f776..c20d333 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -53,7 +53,7 @@ folks_doc_deps = \
 	$(NULL)
 valadoc_flags_folks = \
 	$(valadoc_flags) \
-	-b $(top_srcdir)/folks \
+	-X $(top_srcdir)/folks/folks.h \
 	$(addprefix --pkg=,$(folks_doc_deps)) \
 	--vapidir=$(top_srcdir)/folks \
 	$(folks_doc_files) \
@@ -88,7 +88,7 @@ folks_telepathy_doc_deps = \
 	$(NULL)
 valadoc_flags_folks_telepathy = \
 	$(valadoc_flags) \
-	-b $(top_srcdir)/backends/telepathy/lib \
+	-X $(top_srcdir)/backends/telepathy/lib/folks-telepathy.h \
 	$(addprefix --pkg=,$(folks_telepathy_doc_deps)) \
 	--vapidir=$(top_srcdir)/folks \
 	--vapidir=$(top_srcdir)/backends/telepathy/lib \



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