Start working on documentation generator

This commit is contained in:
SirLynix
2023-03-21 13:21:00 +01:00
parent 9b4d297c04
commit 507cd27eaf
10 changed files with 543 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
// no header guards
#ifndef NAZARA_DOCGEN
#if !defined(NAZARA_OPENGLRENDERER_EGL_FUNC) || !defined(NAZARA_OPENGLRENDERER_EGL_FUNC_OPT)
#error You must define NAZARA_OPENGLRENDERER_EGL_FUNC and NAZARA_OPENGLRENDERER_EGL_FUNC_OPT before including this file
#endif
@@ -29,3 +31,5 @@ NAZARA_OPENGLRENDERER_EGL_FUNC_OPT(eglCreatePlatformWindowSurfaceEXT, PFNEGLCREA
#undef NAZARA_OPENGLRENDERER_EGL_FUNC
#undef NAZARA_OPENGLRENDERER_EGL_FUNC_OPT
#endif // NAZARA_DOCGEN