lib: Add @short_description for all the sections

So gtk-doc doesn't warn about them any more.
This commit is contained in:
Bastien Nocera
2018-11-12 14:20:28 +01:00
parent 6f18fc4bf4
commit 511e164f17
11 changed files with 19 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
/**
* SECTION:fpi-log
* @title: Logging
* @short_description: Logging functions
*
* Logging in libfprint is handled through GLib's logging system, and behave the same
* way as in the GLib [Message Output and Debugging Functions](https://developer.gnome.org/glib/stable/glib-Message-Logging.html)