Hotdocs Known Issues
If-Then-Blocks
HOTDOCS do not understand the difference between:
IF x=1 x=2 'this is not a block
AND
IF x=1 OR x=2 'this is a block
ENDIF
Outside a function, HOTDOCS can read Variable-declarations inside this blocks into the library.
To "fix" this, please write only clean sources:
IF x=1 OR x=2 THEN 'then at the end of line "mark" this as a block
GLOBAL dummy 'HOTDOCS should never add this to library
ENDIF
Keywords
HOTDOCS do not link AND, END, FOR, IF, NEW, NOT, OR and TO in the docs. This is not a bug!