summaryrefslogtreecommitdiff
path: root/src/pyutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyutils.h')
-rw-r--r--src/pyutils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pyutils.h b/src/pyutils.h
index 5148e888..aa9c4451 100644
--- a/src/pyutils.h
+++ b/src/pyutils.h
@@ -29,6 +29,14 @@
* 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.
+ */
#pragma once
template <typename T, typename TfromPy>