diff options
author | 2015-06-24 23:33:18 +0200 | |
---|---|---|
committer | 2015-06-24 23:33:18 +0200 | |
commit | 7a07ecba2a16abf918cc87dc23367f9a97cea3a6 (patch) | |
tree | 1c70358b79b3e9c38e6848657f609f6a3842bd68 /src/lib/util/options.c | |
parent | 3035213d045bc0edc31194fa5309c60ade5919ff (diff) | |
parent | cda316ccfea6017740fbbf8d76a732eff54047ff (diff) |
Merge pull request #3 from mamedev/master
merge with base
Diffstat (limited to 'src/lib/util/options.c')
-rw-r--r-- | src/lib/util/options.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/lib/util/options.c b/src/lib/util/options.c index b365c1dd0ff..69e7189f50b 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -710,13 +710,13 @@ void core_options::remove_entry(core_options::entry &delentry) } /** - * @fn void core_options::copyfrom(const core_options &src) + * @fn void core_options::copyfrom(const core_options &src) * - * @brief ------------------------------------------------- - * copyfrom - copy options from another set - * -------------------------------------------------. + * @brief ------------------------------------------------- + * copyfrom - copy options from another set + * -------------------------------------------------. * - * @param src Source for the. + * @param src Source for the. */ void core_options::copyfrom(const core_options &src) @@ -730,19 +730,19 @@ void core_options::copyfrom(const core_options &src) } /** - * @fn bool core_options::validate_and_set_data(core_options::entry &curentry, const char *newdata, int priority, std::string &error_string) + * @fn bool core_options::validate_and_set_data(core_options::entry &curentry, const char *newdata, int priority, std::string &error_string) * - * @brief ------------------------------------------------- - * validate_and_set_data - make sure the data is of the appropriate type and within - * range, then set it - * -------------------------------------------------. + * @brief ------------------------------------------------- + * validate_and_set_data - make sure the data is of the appropriate type and within + * range, then set it + * -------------------------------------------------. * - * @param [in,out] curentry The curentry. - * @param newdata The newdata. - * @param priority The priority. - * @param [in,out] error_string The error string. + * @param [in,out] curentry The curentry. + * @param newdata The newdata. + * @param priority The priority. + * @param [in,out] error_string The error string. * - * @return true if it succeeds, false if it fails. + * @return true if it succeeds, false if it fails. */ bool core_options::validate_and_set_data(core_options::entry &curentry, const char *newdata, int priority, std::string &error_string) |