From 0e8a318dd7fe35499f8b87dd64c9a6215e04d0f7 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 11:55:10 -0400 Subject: [PATCH 1/1] doc: Keep SECTION: after the ifdef Otherwise GTK doc will see it as often as we include that files and warn about duplicated SECTION: --- gst/gstversion.h.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst/gstversion.h.in b/gst/gstversion.h.in index 4ed2c92..6ac6784 100644 --- a/gst/gstversion.h.in +++ b/gst/gstversion.h.in @@ -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 /** -- 2.7.4