diff options
-rw-r--r-- | src/ptree.h | 3 | ||||
-rw-r--r-- | src/pyinterp.h | 13 | ||||
-rw-r--r-- | src/pyutils.h | 9 |
3 files changed, 22 insertions, 3 deletions
diff --git a/src/ptree.h b/src/ptree.h index aa5670d7..1ffbe3dd 100644 --- a/src/ptree.h +++ b/src/ptree.h @@ -39,9 +39,6 @@ * * @ingroup report * - * @brief Brief - * - * Long. */ #ifndef INCLUDED_PTREE_H #define INCLUDED_PTREE_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 diff --git a/src/pyutils.h b/src/pyutils.h index df4903cf..f7c04910 100644 --- a/src/pyutils.h +++ b/src/pyutils.h @@ -29,6 +29,15 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @file pyutils.h + * @author John Wiegley + * + * @ingroup python + * + * @brief Basic utilities for Python API. + */ + #ifndef INCLUDED_PYUTILS_H #define INCLUDED_PYUTILS_H |