doc: Keep SECTION: after the ifdef

Otherwise GTK doc will see it as often as we include that files
and warn about duplicated SECTION:
This commit is contained in:
Nicolas Dufresne 2015-06-13 11:55:10 -04:00
parent 9fa4c67632
commit 0e8a318dd7

View file

@ -19,6 +19,10 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifndef __GST_VERSION_H__
#define __GST_VERSION_H__
/**
* SECTION:gstversion
* @short_description: GStreamer version macros.
@ -35,9 +39,6 @@
* The version macros get defined by including "gst/gst.h".
*/
#ifndef __GST_VERSION_H__
#define __GST_VERSION_H__
G_BEGIN_DECLS
/**