/*! \page coding_style Hugo Coding Style \todo More detailed description, an introductory paragraph, etc. \section Naming Convenions \subsection Classes \code AllWordsCapitalizedWithoutUnderscores \endcode \subsection Methods \code firstWordLowerCaseRestCapitalizedWithoutUnderscores \endcode \subsection Constants \code ALL_UPPER_CASE_WITH_UNDERSCORES \endcode \subsection %Class and instance member variables \code all_lower_case_with_underscores \endcode \subsection Auto variables (=variables used locally in methods) \code all_lower_case_with_underscores \endcode \subsection Exceptions \code ClassNameEndsWithException \endcode */