diff options
| -rw-r--r-- | src/colour.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/colour.h b/src/colour.h index dbdd534..f3a4964 100644 --- a/src/colour.h +++ b/src/colour.h @@ -17,6 +17,10 @@ */ +/** @file src/colour.h + * @brief Colour class. + */ + #ifndef LIBSUB_COLOUR_H #define LIBSUB_COLOUR_H |
