diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 23:25:13 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 23:25:13 +0000 |
commit | 198a4cc4264c83a9dfbeb6c000edfbe130dc4001 (patch) | |
tree | f5ba325761d2a01dd128d107369822025a7e56fd /o3d/DEPS | |
parent | 1af924c1a438a37bd270d3f6d06c320732972ba4 (diff) | |
download | chromium_src-198a4cc4264c83a9dfbeb6c000edfbe130dc4001.zip chromium_src-198a4cc4264c83a9dfbeb6c000edfbe130dc4001.tar.gz chromium_src-198a4cc4264c83a9dfbeb6c000edfbe130dc4001.tar.bz2 |
More docs changes.
*) Made enums show up
*) Right justified return type
*) moved class name to right column in summary area
*) pretty print code examples
*) changed [inherited] to [inhertied from <class>]
*) Changed name in details area to Class.Name or Namespace.Name
*) Add subtypes so ParticleEmitter shows up in docs for o3djs.particle
*) Grabbed new nixysa so properties show up
Review URL: http://codereview.chromium.org/155600
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20806 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r-- | o3d/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", - "nixysa_rev": "26", + "nixysa_rev": "28", "o3d_code_rev": "94", } |