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
This commit is contained in:
Philip Withnall 2016-08-12 11:05:07 +02:00
parent 599bb6eaf3
commit f7825f98e7

View File

@ -27,7 +27,7 @@
*/
/**
* SECTION:warnings
* SECTION:messages
* @Title: Message Output and Debugging Functions
* @Short_description: functions to output messages and help debug applications
*
@ -198,19 +198,6 @@
# include <windows.h>
#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:
*