summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-19 10:57:36 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-06-20 10:56:04 -0400
commit6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3 (patch)
treeb76c2a4dfc7f45eb25dd62cb3ffe89ea448d9e0e /src/mongo/util/options_parser
parent9c2ed42daa8fbbef4a919c21ec564e2db55e8d60 (diff)
downloadmongo-6f6fa5a63d482b0dc117eb2ac21cf096deb5a6f3.tar.gz
SERVER-18978: Clang-Format - Fix comment word wrapping indentation
Diffstat (limited to 'src/mongo/util/options_parser')
-rw-r--r--src/mongo/util/options_parser/option_description.h5
-rw-r--r--src/mongo/util/options_parser/options_parser.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/src/mongo/util/options_parser/option_description.h b/src/mongo/util/options_parser/option_description.h
index 73d4106a527..de4aba5c705 100644
--- a/src/mongo/util/options_parser/option_description.h
+++ b/src/mongo/util/options_parser/option_description.h
@@ -173,8 +173,9 @@ public:
OptionDescription& validRange(long min, long max);
/**
- * Specifies that this option is incompatible with another option. The std::string provided must
- * be the dottedName, which is the name used to access the option in the result Environment.
+ * Specifies that this option is incompatible with another option. The std::string provided
+ * must be the dottedName, which is the name used to access the option in the result
+ * Environment.
*
* TODO: Find a way to check that that option actually exists in our section somewhere.
*/
diff --git a/src/mongo/util/options_parser/options_parser.h b/src/mongo/util/options_parser/options_parser.h
index 9c3752f1660..f247fb6dfb0 100644
--- a/src/mongo/util/options_parser/options_parser.h
+++ b/src/mongo/util/options_parser/options_parser.h
@@ -108,7 +108,8 @@ private:
const std::vector<std::string>& argv,
Environment*);
- /** Handles parsing of an INI config std::string and adds the results to the given Environment */
+ /** Handles parsing of an INI config std::string and adds the results to the given Environment
+ * */
Status parseINIConfigFile(const OptionSection&, const std::string& config, Environment*);
/** Gets defaults from the OptionSection and adds them to the given Environment */