diff options
author | Daniel James <daniel@calamity.org.uk> | 2009-10-05 21:29:39 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2009-10-05 21:29:39 +0000 |
commit | 31bfc367154ee4cc8b0ef754a701c365fe41473d (patch) | |
tree | 78fce0c2506a1c72b2019fa193a499196727c262 /doc/html | |
parent | f339c5d247c1da80c43ada2da792386436ecf5a6 (diff) | |
download | boost-31bfc367154ee4cc8b0ef754a701c365fe41473d.tar.gz |
Various inspect fixes.
[SVN r56603]
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/quickbook.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/html/quickbook.html b/doc/html/quickbook.html new file mode 100644 index 0000000000..46372c9c0c --- /dev/null +++ b/doc/html/quickbook.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com> + + Distributed under the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or copy at + http://www.boost.org/LICENSE_1_0.txt) --> + <title>Redirect to generated documentation</title> + <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/quickbook.html"> + </head> + <body> + Automatic redirection failed, please go to + <a href="http://boost-sandbox.sourceforge.net/doc/html/quickbook.html">http://boost-sandbox.sourceforge.net/doc/html/quickbook.html</a> + </body> +</html> |