Function LoadProcessorDoc(std::string)

Function Documentation

YAML::Node LoadProcessorDoc(std::string processor)

Get processor’s documentation.

The processor’s doc is reading from the doc.yaml file placed in the processor folder. if not existing, it will return a default value: “No documentation

found”

Parameters

processor – string name of the processor targeted

Returns

documentation