summaryrefslogtreecommitdiffstats
path: root/o3d/plugin
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 23:25:13 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-15 23:25:13 +0000
commit198a4cc4264c83a9dfbeb6c000edfbe130dc4001 (patch)
treef5ba325761d2a01dd128d107369822025a7e56fd /o3d/plugin
parent1af924c1a438a37bd270d3f6d06c320732972ba4 (diff)
downloadchromium_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/plugin')
-rw-r--r--o3d/plugin/idl/client.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/o3d/plugin/idl/client.idl b/o3d/plugin/idl/client.idl
index fb16e1d..80568c7 100644
--- a/o3d/plugin/idl/client.idl
+++ b/o3d/plugin/idl/client.idl
@@ -183,7 +183,6 @@ class Client {
[const, noreturndocs] ObjectArray GetObjectsByClassName(String class_name);
%[
- \var RenderMode,
\li RENDERMODE_CONTINUOUS, Draw as often as possible up to refresh rate.
\li RENDERMODE_ON_DEMAND, Draw once then only when the OS requests it
(like uncovering part of a window.)
@@ -530,7 +529,7 @@ class Client {
[userglue_getter, getter] ObjectBaseArray objects_;
%[
- Clears the error returned by GetLastError.
+ Clears the error returned in lastError.
%]
void ClearLastError();