Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Oct 10, 2024
1 parent 5f6194a commit a9fcbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/YamlHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ inline YAML::Node TMacroToYAML(const TMacro& macro) {
// **********************
/// @brief Convert a YAML node to a ROOT TMacro object.
/// @param yaml_node The YAML node to convert to a TMacro.
/// @param name Name of TMacro that will be saved
/// @return TMacro The TMacro object constructed from the YAML node.
inline TMacro YAMLtoTMacro(const YAML::Node& yaml_node, const std::string& name) {
// **********************
Expand Down

0 comments on commit a9fcbad

Please sign in to comment.