Skip to content

Commit e2e441e

Browse files
committed
Discourage HelpInsight usage
1 parent 0ccee52 commit e2e441e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/WritingDocumentation.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ page:
112112
procedure Parse(const _CmdLine: string);
113113
----
114114

115+
We have limited support for _Help Insight_ comments, the relevant XML elements are converted into PasDoc tags using a simple mapping. For more complicated cases, we advise you use our link:SupportedTags[@-tags] (and not _Help Insight_ comments), as our link:SupportedTags[@-tags] are more powerful and reliably understood by PasDoc.
116+
115117
## [[items-without-documentation]] Items without documentation
116118

117119
Even undocumented items (not annotated with any comment) are visible in the output. Here's why:

0 commit comments

Comments
 (0)