Skip to content
Snippets Groups Projects
Commit d1f6d2ae authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] fixed docu comments

parent e1451c80
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ void parseSecondaryVariables( ...@@ -52,10 +52,10 @@ void parseSecondaryVariables(
sec_var_config.getConfigParameterList("plug")) sec_var_config.getConfigParameterList("plug"))
{ {
auto const sink_arg = auto const sink_arg =
//! \ogs_file_attr{process__secondary_variables__secondary_variable__sink_arg} //! \ogs_file_attr{process__secondary_variables__secondary_variable__plug__sink_arg}
plug.getConfigAttribute<std::string>("sink_arg"); plug.getConfigAttribute<std::string>("sink_arg");
auto const source_fct = auto const source_fct =
//! \ogs_file_attr{process__secondary_variables__secondary_variable__source_fct} //! \ogs_file_attr{process__secondary_variables__secondary_variable__plug__source_fct}
plug.getConfigAttribute<std::string>("source_fct"); plug.getConfigAttribute<std::string>("source_fct");
named_function_caller.plug(sink_fct, sink_arg, source_fct); named_function_caller.plug(sink_fct, sink_arg, source_fct);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment