summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/idl/pack.idl
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 06:13:42 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-17 06:13:42 +0000
commit3d476cf047d6a463d5706f70bfdf5e3787f863ee (patch)
treea14f7c154461bcd0f130998e208f4797ff97727c /o3d/plugin/idl/pack.idl
parent16782af93aa5c1fe71bdf90b1d256c410d53bd2a (diff)
downloadchromium_src-3d476cf047d6a463d5706f70bfdf5e3787f863ee.zip
chromium_src-3d476cf047d6a463d5706f70bfdf5e3787f863ee.tar.gz
chromium_src-3d476cf047d6a463d5706f70bfdf5e3787f863ee.tar.bz2
Undoing gcl bug damage
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl/pack.idl')
-rw-r--r--o3d/plugin/idl/pack.idl8
1 files changed, 3 insertions, 5 deletions
diff --git a/o3d/plugin/idl/pack.idl b/o3d/plugin/idl/pack.idl
index 4e1e6d5..460d2c6 100644
--- a/o3d/plugin/idl/pack.idl
+++ b/o3d/plugin/idl/pack.idl
@@ -165,7 +165,7 @@ typedef ObjectBase[] ObjectArray;
\li o3d.TRSToMatrix4
\return The created object.
%]
- [noreturndocs] ObjectBase? CreateObject(String type_name);
+ ObjectBase? CreateObject(String type_name);
%[
Creates a new Texture2D object of the specified size and format and
@@ -234,8 +234,7 @@ typedef ObjectBase[] ObjectArray;
DrawPasses, etc...
\returns Array of Objects.
%]
- [const, noreturndocs]
- ObjectArray GetObjects(String name, String class_type_name);
+ [const] ObjectArray GetObjects(String name, String class_type_name);
%[
Search the pack for all objects of a certain class
@@ -249,8 +248,7 @@ typedef ObjectBase[] ObjectArray;
DrawPasses, etc...
\returns Array of Objects.
%]
- [const, noreturndocs]
- ObjectArray GetObjectsByClassName(String class_type_name);
+ [const] ObjectArray GetObjectsByClassName(String class_type_name);
%[
All the objects managed by this pack.