[glib] gmessages: Drop one of the documentation sections



commit f7825f98e76cfee53e430d3afb424994c1acab6a
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Aug 12 11:05:07 2016 +0200

    gmessages: Drop one of the documentation sections
    
    It was short, unhelpful, and easy to confuse with the longer and more
    informative documentation sections.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769785

 glib/gmessages.c |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 0555655..79de68d 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -27,7 +27,7 @@
  */
 
 /**
- * SECTION:warnings
+ * SECTION:messages
  * @Title: Message Output and Debugging Functions
  * @Short_description: functions to output messages and help debug applications
  *
@@ -199,19 +199,6 @@
 #endif
 
 /**
- * SECTION:messages
- * @title: Message Logging
- * @short_description: versatile support for logging messages
- *     with different levels of importance
- *
- * These functions provide support for logging error messages
- * or messages used for debugging.
- *
- * There are several built-in levels of messages, defined in
- * #GLogLevelFlags. These can be extended with user-defined levels.
- */
-
-/**
  * G_LOG_DOMAIN:
  *
  * Defines the log domain.


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