diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 02:14:36 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 02:14:36 +0000 |
commit | fc4fe3fc68245452e1acd7177353e4625411336f (patch) | |
tree | 523eb42c1668f742356886928cead44e23d3e54c /o3d/plugin/idl/param.idl | |
parent | 8784a7c3fafb6eafbd434c83df94f4a146a0ce9f (diff) | |
download | chromium_src-fc4fe3fc68245452e1acd7177353e4625411336f.zip chromium_src-fc4fe3fc68245452e1acd7177353e4625411336f.tar.gz chromium_src-fc4fe3fc68245452e1acd7177353e4625411336f.tar.bz2 |
Fix a few more doc errors.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl/param.idl')
-rw-r--r-- | o3d/plugin/idl/param.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/o3d/plugin/idl/param.idl b/o3d/plugin/idl/param.idl index 09e21db..4e4c36d 100644 --- a/o3d/plugin/idl/param.idl +++ b/o3d/plugin/idl/param.idl @@ -246,7 +246,7 @@ typedef Param[] ParamVector; }; %[ - A Param which stores a Texture. + A Param which stores a Sampler. %] [nocpp, include="core/cross/sampler.h"] class ParamSampler : Param { %[ @@ -255,6 +255,9 @@ typedef Param[] ParamVector; [getter, setter, property=rw] Sampler? value_; }; +%[ + A Param which stores a Texture. +%] [nocpp, include="core/cross/param.h"] class ParamTexture : Param { %[ The Texture stored by the Param. |