Check documentation in the IDE

Use DocInsight > Check Documentation... to find XML documentation problems without leaving Delphi.

  1. Choose DocInsight > Check Documentation....

  2. Select Current File, Open Files, Active Project, or Project Group under Scope.

  3. Choose OK.

DocInsight reports diagnostics for the selected source scope, including malformed XML documentation comments and unresolved symbol references.

To check a configured documentation project or run checks in CI, use the CLI:

shell
docinsight check

For CLI checking workflows, see Check documentation.