[gexiv2] doc: Don't scan C++ files anymore



commit a66613bf99d37c0c92a96a206e745d19efc337e5
Author: Jens Georg <mail jensge org>
Date:   Mon Mar 20 09:26:27 2017 +0100

    doc: Don't scan C++ files anymore
    
    Just keep using the header files as before
    
    Signed-off-by: Jens Georg <mail jensge org>

 docs/reference/Makefile.am |    2 +-
 gexiv2/gexiv2-log.cpp      |   11 -----------
 gexiv2/gexiv2-log.h        |   10 ++++++++++
 3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index dbe549d..2274319 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -27,7 +27,7 @@ SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb
 # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml
-MKDB_OPTIONS=--xml-mode --output-format=xml --source-suffixes=h,c,cpp
+MKDB_OPTIONS=--xml-mode --output-format=xml --source-suffixes=h,c
 
 # Extra options to supply to gtkdoc-mkhtml
 MKHTML_OPTIONS=
diff --git a/gexiv2/gexiv2-log.cpp b/gexiv2/gexiv2-log.cpp
index 0471c0b..2f47f15 100644
--- a/gexiv2/gexiv2-log.cpp
+++ b/gexiv2/gexiv2-log.cpp
@@ -14,17 +14,6 @@
  * @short: FOo
  */
 
-/**
- * GExiv2LogLevel:
- * @GEXIV2_LOG_LEVEL_DEBUG: Log level for debugging
- * @GEXIV2_LOG_LEVEL_INFO: Log level for informational messages
- * @GEXIV2_LOG_LEVEL_WARN: Log level for warning messages
- * @GEXIV2_LOG_LEVEL_ERROR: Log level for error messages
- * @GEXIV2_LOG_LEVEL_MUTE: Suppress all log messages
- *
- * GExiv2 log levels
- */
-
 G_BEGIN_DECLS
 
 static GExiv2LogHandler installed_handler = NULL;
diff --git a/gexiv2/gexiv2-log.h b/gexiv2/gexiv2-log.h
index 6358dc1..b385105 100644
--- a/gexiv2/gexiv2-log.h
+++ b/gexiv2/gexiv2-log.h
@@ -14,6 +14,16 @@
 
 G_BEGIN_DECLS
 
+/**
+ * GExiv2LogLevel:
+ * @GEXIV2_LOG_LEVEL_DEBUG: Log level for debugging
+ * @GEXIV2_LOG_LEVEL_INFO: Log level for informational messages
+ * @GEXIV2_LOG_LEVEL_WARN: Log level for warning messages
+ * @GEXIV2_LOG_LEVEL_ERROR: Log level for error messages
+ * @GEXIV2_LOG_LEVEL_MUTE: Suppress all log messages
+ *
+ * GExiv2 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]