Skip to content

Commit

Permalink
Remove leading @section on LuaConstGL
Browse files Browse the repository at this point in the history
  • Loading branch information
rhys-vdw committed Feb 27, 2025
1 parent 9ba2197 commit 0241eb4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions rts/Lua/LuaConstGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
#include "Rendering/GL/myGL.h"


/******************************************************************************
/***
* OpenGL Constants
* @see rts/Lua/LuaConstGL.cpp
******************************************************************************/
* @enum GL
*/

bool LuaConstGL::PushEntries(lua_State* L)
{
Expand All @@ -24,10 +24,6 @@ bool LuaConstGL::PushEntries(lua_State* L)
* @section primitives
*/

/***
* @enum GL
*/

/*** @field GL.POINTS integer */
PUSH_GL(POINTS);
/*** @field GL.LINES integer */
Expand Down

0 comments on commit 0241eb4

Please sign in to comment.