From f53c4b6193d5d0ad776f81dc0a9a0907e90da3c0 Mon Sep 17 00:00:00 2001 From: Matthew Territo Date: Wed, 27 Jul 2016 09:25:28 -0600 Subject: [PATCH 1/9] OptionProperty: ability to get the string description by passing a value string getDescriptionByValue(int) --- include/openspace/properties/optionproperty.h | 8 +++++++- src/properties/optionproperty.cpp | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/include/openspace/properties/optionproperty.h b/include/openspace/properties/optionproperty.h index 15eb71709f..50fea9aaeb 100644 --- a/include/openspace/properties/optionproperty.h +++ b/include/openspace/properties/optionproperty.h @@ -96,7 +96,7 @@ public: /** * Returns the list of available options. - * /return The list of available options + * \return The list of available options */ const std::vector