diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-09 23:21:28 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2023-04-10 11:04:29 +0200 |
commit | ad214b7cbfc2aca3567beec405daf73cfc67a92e (patch) | |
tree | 1d748f111f9d2a2cdf8838f9f19def91e26b52e5 /src/pyinterp.h | |
parent | 2bfe283b68dabfa6cfcbc3e46ab619a222354a6a (diff) | |
download | fork-ledger-ad214b7cbfc2aca3567beec405daf73cfc67a92e.tar.gz fork-ledger-ad214b7cbfc2aca3567beec405daf73cfc67a92e.tar.bz2 fork-ledger-ad214b7cbfc2aca3567beec405daf73cfc67a92e.zip |
doc: Minor clean-up
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 |