changeset 583:c7f92fd77953

Options: reduce column limit
author David Demelier <markand@malikania.fr>
date Wed, 20 Jul 2016 17:04:19 +0200
parents 09091721c0b9
children 166183fa7f91
files modules/options/options.hpp
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/modules/options/options.hpp	Wed Jul 20 17:03:26 2016 +0200
+++ b/modules/options/options.hpp	Wed Jul 20 17:04:19 2016 +0200
@@ -29,8 +29,9 @@
  *
  * ## Export macros
  *
- * You must define `OPTIONS_DLL` globally and `OPTIONS_BUILDING_DLL` when compiling the library if you want a DLL, alternatively you can provide
- * your own `OPTIONS_EXPORT` macro instead.
+ * You must define `OPTIONS_DLL` globally and `OPTIONS_BUILDING_DLL` when
+ * compiling the library if you want a DLL, alternatively you can provide your
+ * own `OPTIONS_EXPORT` macro instead.
  */
 
 /**
@@ -104,7 +105,8 @@
 };
 
 /**
- * \brief This exception is thrown when an option requires a value and no value has been given.
+ * \brief This exception is thrown when an option requires a value and no value
+ * has been given.
  */
 class MissingValue : public std::exception {
 private: