[phodav] doc: fixes gtk-doc warnings



commit 1eb59db67ac609e98b80960afd4914ad1e89ac04
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Feb 16 19:03:53 2015 +0100

    doc: fixes gtk-doc warnings

 doc/reference/Makefile.am         |    7 ++++++-
 doc/reference/phodav-sections.txt |    3 ---
 libphodav/guuid.c                 |    4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index c1b62b6..dfad455 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -19,10 +19,15 @@ EXTRA_HFILES =
 IGNORE_HFILES =                                        \
        guuid.h                                 \
        glib-compat.h                           \
+       phodav-priv.h                           \
+       phodav-utils.h                          \
+       phodav-lock.h                           \
+       phodav-multistatus.h                    \
+       phodav-path.h                           \
        $(NULL)
 
 GTKDOC_CFLAGS = $(SOUP_CFLAGS)
-GTKDOC_LIBS = $(top_builddir)/libphodav-1.0.la
+GTKDOC_LIBS = $(top_builddir)/libphodav-2.0.la
 
 include $(top_srcdir)/gtk-doc.make
 
diff --git a/doc/reference/phodav-sections.txt b/doc/reference/phodav-sections.txt
index 922192b..3584644 100644
--- a/doc/reference/phodav-sections.txt
+++ b/doc/reference/phodav-sections.txt
@@ -1,9 +1,6 @@
 <SECTION>
 <FILE>phodav-server</FILE>
 phodav_server_new
-phodav_server_run
-phodav_server_quit
-phodav_server_get_port
 phodav_server_get_soup_server
 PhodavServer
 PhodavServerClass
diff --git a/libphodav/guuid.c b/libphodav/guuid.c
index 9579086..7be07c3 100644
--- a/libphodav/guuid.c
+++ b/libphodav/guuid.c
@@ -27,7 +27,7 @@
 
 #include "guuid.h"
 
-/**
+/*
  * SECTION:uuid
  * @title: GUuid
  * @short_description: a universal unique identifier
@@ -92,7 +92,7 @@
 
 G_UUID_DEFINE_STATIC (uuid_nil, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
 
-/**
+/*
  * Common namespaces as defined in rfc4122:
  * http://tools.ietf.org/html/rfc4122.html#appendix-C
  */


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