summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-04-24 10:55:13 +1200
committerOlly Betts <olly@survex.com>2023-04-24 11:46:00 +1200
commit7a36a52353a1f924ed735d01a0ea9efc22442ded (patch)
tree9d1aed46be2361dcea20bafe56ee5c4e18523a98
parent1657a0a1ec8dbdded01ab0a225bf290b44ef4a18 (diff)
downloadswig-7a36a52353a1f924ed735d01a0ea9efc22442ded.tar.gz
[doc] Update sample swig -debug-tags output
The format was changed from that the manual shows in 2010 by 5a3ba0d607132bfe78c5c23b3d8d2694a9250957!
-rw-r--r--Doc/Devel/tree.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/Doc/Devel/tree.html b/Doc/Devel/tree.html
index 2b9ac75dd..6ccfd6380 100644
--- a/Doc/Devel/tree.html
+++ b/Doc/Devel/tree.html
@@ -241,17 +241,17 @@ This function is called by the <tt>-debug-tags</tt> option to SWIG.
<pre>
% swig -debug-tags -python example.i
- . top (:1)
- . top . include (/Users/beazley/Projects/share/swig/1.3.31/swig.swg:0)
- . top . include . include (/Users/beazley/Projects/share/swig/1.3.31/swigwarnings.swg:0)
- . top . include . include . include (/Users/beazley/Projects/share/swig/1.3.31/swigwarn.swg:0)
+:1: . top
+:1: . top . include
+/usr/share/swig/swig.swg:320: . top . include . include
+/usr/share/swig/swigwarnings.swg:39: . top . include . include . include
...
...
- . top . include (example.i:0)
- . top . include . module (example.i:2)
- . top . include . insert (example.i:7)
- . top . include . cdecl (example.i:5)
- . top . include . cdecl (example.i:6)
+:4: . top . include
+example.i:2: . top . include . module
+example.i:7: . top . include . insert
+example.i:5: . top . include . cdecl
+example.i:6: . top . include . cdecl
</pre>
Since many language modules include hundreds of typemaps and other information, the output of this can be significantly more complicated than you might expect.