From 5a91320a2db57a320b7046cff367cad9b5c8efbe Mon Sep 17 00:00:00 2001 From: Marcelo Zimbres Date: Mon, 3 Jan 2022 01:40:42 +0100 Subject: [PATCH] More improvements in the documentation. --- doc/DoxygenLayout.xml | 26 +++++++++++++------------- include/aedis/aedis.hpp | 6 +++--- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/DoxygenLayout.xml b/doc/DoxygenLayout.xml index 252c331b..9fc5fe67 100644 --- a/doc/DoxygenLayout.xml +++ b/doc/DoxygenLayout.xml @@ -5,33 +5,33 @@ - + - + - - + + - - + + - - + + - - + + - - - + + + diff --git a/include/aedis/aedis.hpp b/include/aedis/aedis.hpp index 0753e948..478f9419 100644 --- a/include/aedis/aedis.hpp +++ b/include/aedis/aedis.hpp @@ -50,14 +50,14 @@ * \brief Includes all headers that are necessary in order to use aedis. */ -/** \defgroup enums Library enums. +/** \defgroup enums Enums. * \brief All enums defined by this library. */ -/** \defgroup functions Library functions. +/** \defgroup functions Free functions. * \brief All functions defined by this library. */ -/** \defgroup classes Library classes. +/** \defgroup classes Classes and structs. * \brief All classes (and structs) defined by this library. */