Kaydet (Commit) d74161f2 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: small typo in parameter names - Doxygen is complaining

Change-Id: I57a70f7f6833af5e2cf94f526e99d1353247afb9
Reviewed-on: https://gerrit.libreoffice.org/21249Reviewed-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
Tested-by: 's avatarChris Sherlock <chris.sherlock79@gmail.com>
üst 87495ce1
...@@ -66,8 +66,8 @@ public: ...@@ -66,8 +66,8 @@ public:
* @param nWidth Width of frame * @param nWidth Width of frame
* @param nHeight Height of frame * @param nHeight Height of frame
* @param nFramebufferId FrameBuffer ID * @param nFramebufferId FrameBuffer ID
* @param nRenderbufferDepthID RenderBuffer's depth ID * @param nRenderbufferDepthId RenderBuffer's depth ID
* @param nRenderbufferColorID RenderBuffer's color ID * @param nRenderbufferColorId RenderBuffer's color ID
* @param bRenderbuffer true => off-screen rendering, false => rendering to texture * @param bRenderbuffer true => off-screen rendering, false => rendering to texture
* This also affects whether to free with glDeleteRenderbuffers or glDeleteTextures * This also affects whether to free with glDeleteRenderbuffers or glDeleteTextures
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment