From 983d899999aedb6d20b8ce2698e8951a225160ac Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 10 Sep 2004 22:27:52 +0000 Subject: [PATCH] missing DOCTYPE git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6240 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Contents.html | 1 + Doc/Manual/maketoc.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index e52a02aba..2fc23c354 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -1,4 +1,5 @@ + SWIG Users Manual diff --git a/Doc/Manual/maketoc.py b/Doc/Manual/maketoc.py index efdea03ed..c78bcfd13 100644 --- a/Doc/Manual/maketoc.py +++ b/Doc/Manual/maketoc.py @@ -6,6 +6,7 @@ chs = open("chapters").readlines() f = open("Contents.html","w") print >>f, """ + SWIG Users Manual