From: Nicolas Dufresne Date: Sat, 13 Jun 2015 15:55:10 +0000 (-0400) Subject: doc: Keep SECTION: after the ifdef X-Git-Tag: 1.6.1~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e8a318dd7fe35499f8b87dd64c9a6215e04d0f7;hp=9fa4c676325223ad13b5bdc4042ad9ef4fbe8b90;p=platform%2Fupstream%2Fgstreamer.git doc: Keep SECTION: after the ifdef Otherwise GTK doc will see it as often as we include that files and warn about duplicated SECTION: --- 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 /**