diff options
Diffstat (limited to 'Examples/python/docstrings/example.cxx')
-rw-r--r-- | Examples/python/docstrings/example.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/python/docstrings/example.cxx b/Examples/python/docstrings/example.cxx new file mode 100644 index 0000000..93e6542 --- /dev/null +++ b/Examples/python/docstrings/example.cxx @@ -0,0 +1,4 @@ +#include "example.h" + +void Foo::bar() {} + |