summaryrefslogtreecommitdiff
path: root/Examples/test-suite/autodoc.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/autodoc.i')
-rw-r--r--Examples/test-suite/autodoc.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/autodoc.i b/Examples/test-suite/autodoc.i
index 07afa5794..eda04d293 100644
--- a/Examples/test-suite/autodoc.i
+++ b/Examples/test-suite/autodoc.i
@@ -1,4 +1,4 @@
-%module(docstring="hello") autodoc
+%module(docstring="hello.") autodoc
%feature("autodoc");
@@ -27,7 +27,7 @@
%feature("autodoc","2") A::variable_c; // extended
%feature("autodoc","3") A::variable_d; // extended + types
-%feature("autodoc","just a string") A::funk; // names
+%feature("autodoc","just a string.") A::funk; // names
%inline {