Skip to content

Deploy Reference Documentation (ALDoc) action missing symbols and xml documentation not showing #883

@louagej

Description

@louagej

I added ALDoc to my settings.json file (with beas supported country):

image

The CI/CD action deployed the generated documentation:

image

But the static site does not have all information I expected:

  1. MissingTypeSymbol

The symbols for the parameter of a function isn't found

This is my procedure in AL:

    procedure SetStatementNoWithYearPrefix(var CODAStatement: Record "CODA Statement")

And this is the output on the generated Docs:

image

  1. AL XML Documentation does not show

This is the doccumentation in AL:

    /// <summary>
    /// Set Statement No. With Year Prefix.
    /// Banks reset Statement No. every year. To prevent duplicate Statement No. in BC, we need to add year prefix to Statement No.
    /// </summary>
    /// <param name="CODAStatement">VAR Record "CODA Statement".</param>

And this is the output on the generated Docs:

image

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions