diff options
author | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-13 18:11:13 +0000 |
---|---|---|
committer | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-13 18:11:13 +0000 |
commit | 376594ac1d65cbb31165f5a74775d624c3fd2981 (patch) | |
tree | b1f9bf2ee2f1a82c5d9378c03cf09f72535c001d /ekhtml/docs/html/tree.html | |
parent | 99ef7f1cfcaa4ead4b860faec88754abbe31ebfc (diff) |
- added basic html conversion for receiving (maybe a bit too powerful)
- some bugfixes
git-svn-id: http://mirotr.googlecode.com/svn/trunk@12 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'ekhtml/docs/html/tree.html')
-rw-r--r-- | ekhtml/docs/html/tree.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ekhtml/docs/html/tree.html b/ekhtml/docs/html/tree.html new file mode 100644 index 0000000..ca32b1d --- /dev/null +++ b/ekhtml/docs/html/tree.html @@ -0,0 +1,11 @@ +<html><head> +<link rel="stylesheet" href="doxygen.css"> +<script src="treeview.js"></script> +<script src="tree.js"></script> +<script> +initializeDocument() +</script> +</head> +<body bgcolor="#ffffff"> +</body> +</html> |