summaryrefslogtreecommitdiff
path: root/Examples/python/docstrings/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/docstrings/example.h')
-rw-r--r--Examples/python/docstrings/example.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/python/docstrings/example.h b/Examples/python/docstrings/example.h
new file mode 100644
index 0000000..f44dbc4
--- /dev/null
+++ b/Examples/python/docstrings/example.h
@@ -0,0 +1,4 @@
+class Foo {
+ public:
+ void bar();
+};