diff options
Diffstat (limited to 'src/waffle/glx/glx_display.c')
-rw-r--r-- | src/waffle/glx/glx_display.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/waffle/glx/glx_display.c b/src/waffle/glx/glx_display.c index 38634d2..2d8fa78 100644 --- a/src/waffle/glx/glx_display.c +++ b/src/waffle/glx/glx_display.c @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +/// @addtogroup glx_display +/// @{ + +/// @file + #include "glx_display.h" #include <stdlib.h> @@ -67,3 +72,5 @@ glx_display_disconnect(union native_display *self) free(self); return ok; } + +/// @}
\ No newline at end of file |