From 2f48e2a60e76072e5436dde860cd602c3882ce5c Mon Sep 17 00:00:00 2001 From: Tom Rondeau <trondeau@vt.edu> Date: Sat, 3 Dec 2011 12:13:23 -0500 Subject: docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for autotools to build. --- gruel/src/swig/pmt_swig.i | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gruel/src/swig/pmt_swig.i') diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i index 276d232a42..afc80433ac 100644 --- a/gruel/src/swig/pmt_swig.i +++ b/gruel/src/swig/pmt_swig.i @@ -34,6 +34,9 @@ #include <gruel/pmt.h> %} +//load generated python docstrings +%include "pmt_swig_doc.i" + //////////////////////////////////////////////////////////////////////// // Language independent exception handler //////////////////////////////////////////////////////////////////////// @@ -52,6 +55,14 @@ } +/*! + * \brief this is a test function. + * + * this is only a test. + */ +bool test_pmt_is_symbol(void); + + // Template intrusive_ptr for Swig to avoid dereferencing issues namespace pmt{ class pmt_base; -- cgit v1.2.3