Is there a best practice on how to create a centralized help contents that get propagated to help xml files?
We have a bunch of functions that uses a common set of parameters. When we change the help of a parameter, we don’t want to change several xml files. We want to change just one file and run some build function that would take the new content and apply it to the xml help files of the functions that use that parameter.
Is this possible?
Thanks for the guidance.