diff options
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r-- | pugl/pugl_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h index 1f4cd4d..18d7a7a 100644 --- a/pugl/pugl_internal.h +++ b/pugl/pugl_internal.h @@ -15,7 +15,7 @@ */ /** - @file pugl_internal.h Private platform-independent definitions. + @file pugl_internal.h Platform-independent implementation. Note that this file contains function definitions, so it must be compiled into the final binary exactly once. Each platform specific implementation |