From ad214b7cbfc2aca3567beec405daf73cfc67a92e Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 9 Apr 2023 23:21:28 +0200 Subject: doc: Minor clean-up --- src/pyinterp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/pyinterp.h') diff --git a/src/pyinterp.h b/src/pyinterp.h index c19adfc2..e9eb2312 100644 --- a/src/pyinterp.h +++ b/src/pyinterp.h @@ -29,6 +29,19 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @defgroup python Python API + */ + +/** + * @file pyinterp.h + * @author John Wiegley + * + * @ingroup python + * + * @brief Basic type for Python API. + */ + #ifndef INCLUDED_PYINTERP_H #define INCLUDED_PYINTERP_H -- cgit v1.2.3