aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cxx_demo.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-05-16 21:17:58 +0200
committerDavid Robillard <d@drobilla.net>2020-05-16 21:17:58 +0200
commit85104b239735498f4b9c58fb87f93dd78631292f (patch)
treeb00dbf98ccd94aec77700dba48d3f564d59e7afb /examples/pugl_cxx_demo.cpp
parent8d6c414138a61fd302863925319e32ac1f396385 (diff)
downloadpugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.gz
pugl-85104b239735498f4b9c58fb87f93dd78631292f.tar.bz2
pugl-85104b239735498f4b9c58fb87f93dd78631292f.zip
Fix file documentation
Diffstat (limited to 'examples/pugl_cxx_demo.cpp')
-rw-r--r--examples/pugl_cxx_demo.cpp3
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"