From ebf3893f73d5b31ba11bc2aa803c697dd47f1ee8 Mon Sep 17 00:00:00 2001 From: "auria.mg" Date: Mon, 9 Jan 2017 20:29:41 -0500 Subject: [PATCH] Minor : add a little documentation to user config --- src/config/user_config.hpp | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index abdd03edf..12206abf0 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -279,9 +279,15 @@ enum AnimType {ANIMS_NONE = 0, ANIMS_PLAYERS_ONLY = 1, ANIMS_ALL = 2 }; -enum GeometryLevel {GEOLEVEL_0 = 0, - GEOLEVEL_1 = 1, - GEOLEVEL_2 = 2 }; +enum GeometryLevel +{ + /** Display everything */ + GEOLEVEL_0 = 0, + /** a few details are displayed */ + GEOLEVEL_1 = 1, + /** Lowest level, no details are displayed. */ + GEOLEVEL_2 = 2 +}; /** Using X-macros for setting-possible values is not very pretty, but it's a * no-maintenance case :