mirror of https://github.com/swig/swig
Remove commented out reference to old doc system
This was removed back in 2000.
This commit is contained in:
parent
d8c9c12d8d
commit
94ba29410c
|
@ -97,7 +97,6 @@ class build_swig_ext(build_ext):
|
|||
|
||||
if self.swig_shadow:
|
||||
swig_cmd.append('-shadow')
|
||||
## swig1.1 swig_cmd.append('-docstring')
|
||||
|
||||
for source in swig_sources:
|
||||
target = swig_targets[source]
|
||||
|
|
Loading…
Reference in New Issue