From 88aaaab7b2ccac4158a5dc66ef09926379796218 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Dec 2019 13:35:32 -0500 Subject: [PATCH] doc: Add a long description for version macros This makes the docs a little less incomplete. --- common/flatpak-version-macros.h.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/flatpak-version-macros.h.in b/common/flatpak-version-macros.h.in index 66cfd854..c8f6ae0c 100644 --- a/common/flatpak-version-macros.h.in +++ b/common/flatpak-version-macros.h.in @@ -25,6 +25,13 @@ #ifndef __FLATPAK_VERSION_MACROS_H__ #define __FLATPAK_VERSION_MACROS_H__ +/** + * SECTION:flatpak-version-macros: + * @title: Version information + * + * These macros can be used to check the library version in use. + */ + /** * FLATPAK_MAJOR_VERSION: *