diff options
Diffstat (limited to 'trunk/Examples/python/docstrings/example.h')
-rw-r--r-- | trunk/Examples/python/docstrings/example.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/Examples/python/docstrings/example.h b/trunk/Examples/python/docstrings/example.h new file mode 100644 index 000000000..f44dbc4d3 --- /dev/null +++ b/trunk/Examples/python/docstrings/example.h @@ -0,0 +1,4 @@ +class Foo { + public: + void bar(); +}; |