Class Documentation
Need to live in Runtime as Attribute of documentation is on Runtime classes \o/
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
public static class Documentation
Fields
Name | Description |
---|---|
baseURL | This must be used like [HelpURL(Documentation.baseURL + Documentation.version + Documentation.subURL + "some-page" + Documentation.endURL)] or [HelpURL(Documentation.baseURL + Documentation.version + Documentation.subURL + "some-guide/some-page" + Documentation.endURL)] It cannot support String.Format nor string interpolation |
endURL | Url file extension |
subURL | Url folder path |
version | Update this field when upgrading the target Documentation for the package Should be linked to the package version somehow. |