Applied google-readability-namespace-comments clang-tidy fixes
This commit is contained in:
@@ -218,8 +218,8 @@ template <> void append_value<plantuml>(plantuml &l, const plantuml &r)
|
||||
{
|
||||
l.append(r);
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace config
|
||||
} // namespace clanguml
|
||||
|
||||
namespace YAML {
|
||||
using clanguml::common::model::access_t;
|
||||
@@ -775,4 +775,4 @@ template <> struct convert<config> {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace YAML
|
||||
|
||||
@@ -216,5 +216,5 @@ struct config : public inheritable_diagram_options {
|
||||
};
|
||||
|
||||
config load(const std::string &config_file);
|
||||
}
|
||||
}
|
||||
} // namespace config
|
||||
} // namespace clanguml
|
||||
|
||||
@@ -78,5 +78,5 @@ template <typename T> struct option {
|
||||
bool has_value{false};
|
||||
option_inherit_mode inheritance_mode;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace config
|
||||
} // namespace clanguml
|
||||
|
||||
Reference in New Issue
Block a user