diff options
Diffstat (limited to 'examples/pugl_cxx_demo.cpp')
-rw-r--r-- | examples/pugl_cxx_demo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pugl_cxx_demo.cpp b/examples/pugl_cxx_demo.cpp index 6a7538f..2fa7d8b 100644 --- a/examples/pugl_cxx_demo.cpp +++ b/examples/pugl_cxx_demo.cpp @@ -15,7 +15,8 @@ */ /** - @file pugl_cxx_demo.cpp A simple demo of the Pugl C++ API. + @file pugl_cxx_demo.cpp + @brief A simple demo of the Pugl C++ API. */ #include "cube_view.h" |