From d3c330f73ae505242472824a9c8935fde0de5890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Blondon?= Date: Wed, 19 Mar 2025 10:33:37 +0100 Subject: [PATCH] doc: add description to libraries The descriptions are displayed in the documentation generated by Doxygen. --- src/audio/pspaudio_kernel.h | 5 +++++ src/ctrl/pspctrl.h | 4 ++++ src/umd/pspumd.h | 4 ++++ 3 files changed, 13 insertions(+) diff --git a/src/audio/pspaudio_kernel.h b/src/audio/pspaudio_kernel.h index ffc27ff1..c7e95634 100644 --- a/src/audio/pspaudio_kernel.h +++ b/src/audio/pspaudio_kernel.h @@ -18,6 +18,11 @@ extern "C" { #endif +/** @defgroup Audio User Audio Library + * This module contains the imports for audio frequencies. + */ + + /** @defgroup Audio User Audio Library */ /** @addtogroup Audio */ diff --git a/src/ctrl/pspctrl.h b/src/ctrl/pspctrl.h index 0d6f004b..80d3150a 100644 --- a/src/ctrl/pspctrl.h +++ b/src/ctrl/pspctrl.h @@ -22,6 +22,10 @@ extern "C" { #endif +/** @defgroup Ctrl Controller Kernel Library + * This module contains the imports for controllers (buttons, pad). + */ + /** @addtogroup Ctrl Controller Kernel Library */ /**@{*/ diff --git a/src/umd/pspumd.h b/src/umd/pspumd.h index e64e32c6..c4ff4704 100644 --- a/src/umd/pspumd.h +++ b/src/umd/pspumd.h @@ -17,6 +17,10 @@ extern "C" { #endif +/** @defgroup UMD UMD Kernel Library + * This module contains the imports for UMD drive. + */ + /** @addtogroup UMD UMD Kernel Library */ /**@{*/