From 21be4f51f0f1ffa0c5fc8f5dd34bcc273d6bc3e8 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 2 Feb 2006 17:18:37 +0000 Subject: [PATCH] add 'docstring' test-case git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8678 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/python/autodoc.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/test-suite/python/autodoc.i b/SWIG/Examples/test-suite/python/autodoc.i index 1a80d003e..c22cc02f0 100644 --- a/SWIG/Examples/test-suite/python/autodoc.i +++ b/SWIG/Examples/test-suite/python/autodoc.i @@ -1,4 +1,4 @@ -%module autodoc +%module(docstring="hello") autodoc %feature("autodoc");