diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:15:54 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 20:15:54 +0000 |
commit | ac75f7f4418a8ca304dc030695465fab8ef02f6d (patch) | |
tree | d9d2921c0936b61dffdf2610abaa0142c9a5ebf1 /o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl | |
parent | 2e066b3eed13cc1dc502a1f9cc7c1ac3891b0bdc (diff) | |
download | chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.zip chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.tar.gz chromium_src-ac75f7f4418a8ca304dc030695465fab8ef02f6d.tar.bz2 |
Lots more docs changes.
*) added stylesheet.css, tabs.css, tab_?.gif back in
*) refactored so classtree.html splits names that are too long.
*) removed constructor docs and source link from o3d docs (vs o3djs docs)
*) fixed paths in header.html. They used to be statically
included but now that they are used by both o3d and o3djs
they needed to have certain paths fixed dynamically.
*) Pull in new nixysa.
Review URL: http://codereview.chromium.org/155526
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl')
-rw-r--r-- | o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl b/o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl index c7d5891..13ccfe4 100644 --- a/o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl +++ b/o3d/documentation/jsdoc-toolkit-templates/namespaces.tmpl @@ -7,7 +7,7 @@ <!-- Genreated by jsdoctoolkit 2.1.0 --> <div class="navigation" id="top"> </div> - +<div class="contents"> <h1>Module List</h1> Here are the modules with brief descriptions: @@ -20,7 +20,6 @@ Here are the modules with brief descriptions: </div><!-- end contents --> </div><!-- end doxygen-ref --> - <!-- ============================== footer ================================= --> <!-- begin static/footer.html --> {+include("static/footer.html")+} |