You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added ALDoc to my settings.json file (with beas supported country):
The CI/CD action deployed the generated documentation:
But the static site does not have all information I expected:
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:
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>