diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 20:23:26 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 20:23:26 +0000 |
commit | d15f03f7d3aaa253d32c8bfc4f1543f5f9d6eeae (patch) | |
tree | e3ae9df25c03721d2889ca4aad346dc7c2d99363 /o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl | |
parent | e6111af1609505398801eed7619a2f7191fe3a2b (diff) | |
download | chromium_src-d15f03f7d3aaa253d32c8bfc4f1543f5f9d6eeae.zip chromium_src-d15f03f7d3aaa253d32c8bfc4f1543f5f9d6eeae.tar.gz chromium_src-d15f03f7d3aaa253d32c8bfc4f1543f5f9d6eeae.tar.bz2 |
Moving o3d up a level, to get it out of chrome checkouts.
BUG=None
TEST=None
Too large for codereview.
Manual review by thaloun and tschelcher.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl')
-rw-r--r-- | o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl b/o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl deleted file mode 100644 index e5a04e6..0000000 --- a/o3d/documentation/jsdoc-toolkit-templates/classtree.tmpl +++ /dev/null @@ -1,15 +0,0 @@ -<ul> - <li><a href="/apis/o3d/docs/reference/{+getBaseURL()+}namespaces.html">Modules</a> - <ul> - {! var allNamespaces = data.filter(function($){return $.isNamespace}).sort(makeSortby("alias")); !} - <for each="thisClass" in="allNamespaces"> - <li><a href="/apis/o3d/docs/reference/{+getBaseURL()+}{+getLinkToClassByAlias(thisClass.alias)+}">{+hyphenateWord(thisClass.name, 16, '-<br/>')+}</a></li> - </for> - </ul> - </li> - <li><a href="/apis/o3d/docs/reference/{+getBaseURL()+}annotated.html">Classes</a> - {! var allClasses = data.filter(function($){return !$.isNamespace}).sort(makeSortby("alias")); !} - {+getClassHierarchyHTML(allClasses)+} - </li> -</ul> - |