Let the annotation parser skip html tags
authorDiane Trout <diane@caltech.edu>
Thu, 10 Aug 2006 22:38:17 +0000 (22:38 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 10 Aug 2006 22:38:17 +0000 (22:38 +0000)
commit2ec127a53d7abb8df8cb06236895e1258f5b9e92
tree3723077c6ddbe2832d2a9a57596945a7732a8ad8
parentf3b6e8fa194217e3c386a556430d496cd2e09ee7
Let the annotation parser skip html tags
Since we're telling people to download annotation pages from websites
to cut down on support requests I extended the parser to skip <html></html>
tags. (basically anything of the form "space* <[!>+> space*"
alg/sequence.cpp
alg/sequence.hpp
alg/test/test_sequence.cpp