Added support for inheritance in class description,

even if not recognized by rdoc yet.
Added autodoc flag to Makefile.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9755 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-03 00:18:15 +00:00
commit ccf65a1e56
2 changed files with 67 additions and 18 deletions

View file

@ -34,7 +34,7 @@ C_TEST_CASES += \
include $(srcdir)/../common.mk
# Overridden variables here
SWIGOPT += -noautorename
SWIGOPT += -noautorename -features autodoc=4
# Rules for the different types of tests
@ -43,19 +43,16 @@ SWIGOPT += -noautorename
naming.cpptest: SWIGOPT = -autorename
%.cpptest:
SWIGOPT = -features autodoc=4
$(setup) \
($(swig_and_compile_cpp); ) &&\
$(run_testcase)
%.ctest:
SWIGOPT = -features autodoc=4
$(setup) \
($(swig_and_compile_c); ) &&\
$(run_testcase)
%.multicpptest:
SWIGOPT = -features autodoc=4
$(setup) \
($(swig_and_compile_multi_cpp); ) &&\
$(run_testcase)