diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index d6feb934f..108106035 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1599,11 +1599,9 @@
+There are various command line options which can aid debugging a SWIG interface as well as debugging the development of a language module. These are as follows: +
++-debug-classes - Display information about the classes found in the interface +-debug-module <n> - Display module parse tree at stages 1-4, <n> is a csv list of stages +-debug-tags - Display information about the tags found in the interface +-debug-template - Display information for debugging templates +-debug-top <n> - Display entire parse tree at stages 1-4, <n> is a csv list of stages +-debug-typedef - Display information about the types and typedefs in the interface +-debug-typemap - Display information for debugging typemaps +
+The complete list of command line options for SWIG are available by running swig -help. +
+There is further documentation available on the internals of SWIG, API documentation and debugging information. +This is shipped with SWIG in the Doc/Devel directory. +