[gexiv2] doc: Fix missing landing page templates



commit a2ab8399c2304c27d53f716af7a6668ab9d917e6
Author: Jens Georg <mail jensge org>
Date:   Thu Sep 29 22:54:44 2016 +0200

    doc: Fix missing landing page templates

 docs/reference/gexiv2-docs.xml |    5 ++---
 gexiv2/gexiv2-log.cpp          |    5 +++++
 gexiv2/gexiv2-log.h            |    5 +++++
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gexiv2-docs.xml b/docs/reference/gexiv2-docs.xml
index 7136cb6..f9496fd 100644
--- a/docs/reference/gexiv2-docs.xml
+++ b/docs/reference/gexiv2-docs.xml
@@ -12,14 +12,13 @@
     <releaseinfo>
       for &package_string;.
       The latest version of this documentation can be found on-line at
-      <ulink role="online-location" 
url="http://[SERVER]/&package_name;/index.html";>http://[SERVER]/&package_name;/</ulink>.
+      <ulink role="online-location" 
url="http://developer.gnome.org/&package_name;/unstable/";>http://developer.gnome.org/&package_name;/unstable</ulink>.
     </releaseinfo>
   </bookinfo>
 
   <chapter>
-      <title>[Insert title here]</title>
+      <title>GExiv2</title>
       <xi:include href="xml/gexiv2-log.xml"/>
-      <xi:include href="xml/gexiv2-log-private.xml"/>
       <xi:include href="xml/gexiv2-managed-stream.xml"/>
       <xi:include href="xml/gexiv2-metadata.xml"/>
       <xi:include href="xml/gexiv2-preview-image.xml"/>
diff --git a/gexiv2/gexiv2-log.cpp b/gexiv2/gexiv2-log.cpp
index 4db257a..2f47f15 100644
--- a/gexiv2/gexiv2-log.cpp
+++ b/gexiv2/gexiv2-log.cpp
@@ -9,6 +9,11 @@
 
 #include "gexiv2-log-private.h"
 
+/**
+ * SECTION:gexiv2-log
+ * @short: FOo
+ */
+
 G_BEGIN_DECLS
 
 static GExiv2LogHandler installed_handler = NULL;
diff --git a/gexiv2/gexiv2-log.h b/gexiv2/gexiv2-log.h
index 07a6b3c..22eb847 100644
--- a/gexiv2/gexiv2-log.h
+++ b/gexiv2/gexiv2-log.h
@@ -14,6 +14,11 @@
 
 G_BEGIN_DECLS
 
+/**
+ * GExiv2LogLevel:
+ *
+ * Log levels
+ */
 typedef enum {
        GEXIV2_LOG_LEVEL_DEBUG  = 0,
        GEXIV2_LOG_LEVEL_INFO   = 1,


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