summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-11 22:15:36 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-11 22:15:36 +0200
commit72d685a258a8632b6769f033f30ebdea84d612b2 (patch)
tree5a4d7ad2058e8c9df750741ef59a18a77aa4dd71 /src/pyinterp.h
parentca375cc8af4bb9d3a870dd0ff81e9853be216c87 (diff)
parent37c9e77a121b39e3073fb89b1bb57e00232f46d8 (diff)
downloadfork-ledger-72d685a258a8632b6769f033f30ebdea84d612b2.tar.gz
fork-ledger-72d685a258a8632b6769f033f30ebdea84d612b2.tar.bz2
fork-ledger-72d685a258a8632b6769f033f30ebdea84d612b2.zip
Merge branch 'master' into pragma-once
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index 65291a0c..57fb176b 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -29,6 +29,18 @@
* 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.
+ */
#pragma once
#include "session.h"