Online Help Merge
Function: The element is used to add the specified merge file to the global offline help.
Parameter | Description |
---|---|
Annotation | Additional comment or information about this element This information is visible only within the Package Designer. Requirement: At least version Package Manager 3.5.4.0 |
Path |
The format of the file has to be |
Example of merge file: "Example.merge"
The following file creates the Add-ons
folder at the end of the offline help and adds the Example.chm
help file below it.
<Merge> <File>Example.chm</File> <TOCRoot>codesys.chm::/meta.htm</TOCRoot> <TOCTree> <Path>Add-ons</Path> </TOCTree> </Merge>