summaryrefslogtreecommitdiff
path: root/trunk/Examples/python/docstrings/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Examples/python/docstrings/example.h')
-rw-r--r--trunk/Examples/python/docstrings/example.h4
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();
+};