[retro-gtk/build-doc: 2/11] version: Give the doc section a better name and title



commit b4b6d3915a1e53464efa2e92762ef5f951c889c6
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Apr 17 15:35:21 2020 +0200

    version: Give the doc section a better name and title
    
    This also moves it after the copyright declaration.

 retro-gtk/retro-gtk-version.h.in | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/retro-gtk/retro-gtk-version.h.in b/retro-gtk/retro-gtk-version.h.in
index 31984ca..203ca42 100644
--- a/retro-gtk/retro-gtk-version.h.in
+++ b/retro-gtk/retro-gtk-version.h.in
@@ -1,19 +1,17 @@
 // This file is part of retro-gtk. License: GPL-3.0+.
 
+/**
+ * SECTION:retro-gtk-version
+ * @short_description: Version checking
+ * @title: Version
+ */
+
 #pragma once
 
 #if !defined(__RETRO_GTK_INSIDE__) && !defined(RETRO_GTK_COMPILATION)
 # error "Only <retro-gtk.h> can be included directly."
 #endif
 
-/**
- * SECTION:retro-gtkversion
- * @short_description: retro-gtk version checking
- *
- * retro-gtk provides macros to check the version of the library
- * at compile-time
- */
-
 /**
  * RETRO_GTK_MAJOR_VERSION:
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]