Reviewing Class documentation for class: Config.Startup
The property: PasswordHash
Documentation Text: "Algorithm: A valid Security.Datatype.PBKDF2Alg value."
This has a broken link:
https://docs.intersystems.com/iris20252/csp/documatic/%25CSP.Documatic.cls?PAGE=CLASS&LIBRARY=%25SYS&CLASSNAME=Security.PBKDF2Alg
Which should be:
https://docs.intersystems.com/iris20252/csp/documatic/%25CSP.Documatic.cls?PAGE=CLASS&LIBRARY=%25SYS&CLASSNAME=Security.Datatype.PBKDF2Alg
This kind of broken hyperlink are candidates to "catch and remediate" before product release.
Idea 1: Automate reporting for broken links in class documentation of modified classes at integration submission.
Idea 2: General build reporting identifies broken links in class documentation.
Moving into 3rd party LLM based documentation interaction and summarization, it becomes more important for source links to be reliable, to maximize training data availability.
Thank you for submitting the idea. The status has been changed to "Needs review".
Stay tuned!
@Guest These links are not created manually. The %CSP.Documatic code generates them, ultimately using the %Dictionary classes to obtain the necessary information. In this case, there seems to be a bug.
This may affect how you view this project.