summaryrefslogtreecommitdiff
path: root/src/gl_start.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-17 08:39:04 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-17 08:39:15 +0100
commitb3f0b853a50851c22824e7969463304abedb700f (patch)
tree6162b648a358a1466655908a265fe71d3fc1374c /src/gl_start.cxx
parent6dce15bfe3a6d0552e8109d8a08863cfc7170610 (diff)
Documentation: remove Doxygen warnings of undeclared members.
Diffstat (limited to 'src/gl_start.cxx')
-rw-r--r--src/gl_start.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx
index 81a704333..9c13dac0a 100644
--- a/src/gl_start.cxx
+++ b/src/gl_start.cxx
@@ -37,7 +37,17 @@ class Fl_Gl_Choice;
#include <FL/Fl_Gl_Window.H>
#include "Fl_Gl_Window_Driver.H"
+/**
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
+ */
GLContext Fl_Gl_Window_Driver::gl_start_context;
+/**
+ \}
+ \endcond
+ */
+
static int clip_state_number=-1;
static int pw, ph;
float gl_start_scale = 1;