diff options
author | Gibheer <gibheer@gmail.com> | 2012-11-27 06:41:09 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2012-11-27 06:41:09 +0100 |
commit | 7578cb9adb72b8761731a819b0c92327ae99cd62 (patch) | |
tree | 4bf1bdb1b0ff3f5a61502867bc11c638fd7aefc5 /doc/frames.html | |
parent | 46739a8a2494f7b3e8ae83ce3caeee078378a473 (diff) |
Revert "added the first set of documentation"
This reverts commit 37a4a28deec224f7cd9a5a124e22258e868913e4.
Diffstat (limited to 'doc/frames.html')
-rw-r--r-- | doc/frames.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/frames.html b/doc/frames.html deleted file mode 100644 index 0d75e20..0000000 --- a/doc/frames.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <title>Documentation by YARD 0.8.3</title> -</head> -<script type="text/javascript" charset="utf-8"> -window.onload = function() { - var match = window.location.hash.match(/^#!(.+)/); - var name = 'index.html'; - if (match) { - name = unescape(match[1]); - } - document.writeln('<frameset cols="20%,*">' + - '<frame name="list" src="class_list.html" />' + - '<frame name="main" src="' + name + '" />' + - '</frameset>'); -} -</script> -<noscript> - <frameset cols="20%,*"> - <frame name="list" src="class_list.html" /> - <frame name="main" src="index.html" /> - </frameset> -</noscript> -</html> |