diff -r dad24eb53873 -r 2eedf9e0cd6d QTfrontend/util/SDLInteraction.h --- a/QTfrontend/util/SDLInteraction.h Sun Apr 16 03:24:17 2017 +0200 +++ b/QTfrontend/util/SDLInteraction.h Sun Apr 16 04:49:05 2017 +0200 @@ -41,7 +41,7 @@ /** * @brief Class for interacting with SDL (used for music and keys) * - * @see singleton pattern + * @see singleton pattern */ class SDLInteraction { @@ -53,7 +53,7 @@ * Not to be used from outside the class, * use the static {@link DataManager::instance()} instead. * - * @see singleton pattern + * @see singleton pattern */ SDLInteraction(); @@ -73,7 +73,7 @@ /** * @brief Returns reference to the singleton instance of this class. * - * @see singleton pattern + * @see singleton pattern * * @return reference to the instance. */