diff options
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r-- | src/pyinterp.h | 12 |
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" |