From e15192b36bb5e99838d3f70bf79f7b8bed7a75b9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 5 Aug 2009 15:42:44 +0000 Subject: Documentation: fix HTML validation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78196 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/ProgrammersManual.html') diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 8c6b36be31..e3f91a2af6 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -30,11 +30,12 @@
  • The isa<>, cast<> and dyn_cast<> templates
  • Passing strings (the StringRef -and Twine classes)
  • +and Twine classes) +
  • The DEBUG() macro and -debug option
  • String-like containers -
  • +
  • BitVector-like containers