.
| Key | Issue Type | Summary | Resolution | Note |
|---|---|---|---|---|
| LIBDOC-192 | Improvement | LibDoc 4.7.0.0 build infrastructure |
Fixed | |
| LIBDOC-173 | Bug | TOC does not show all subpages |
Fixed | |
| LIBDOC-171 | Bug | Documentation for only 130 lines |
Won't Fix | [[GENERAL]] The LibDoc creates the documentation out of the comments, which are parsed by the compiler. To optimize the performance the compiler trunkes the comments longer that 10000 symbols plus one addtional line, causing the problem, see CDS-23044. The workaround is to use the documentation commments (with triple slashes) instead, they are not limited. If both kinds of comments are used (normal and documentation), consider set an appropriate value to LibDocContent project property. |
| LIBDOC-158 | Improvement | LibDoc: Possibility to customize clean configuration for 'make' command |
Cannot Reproduce | [[GENERAL]] Due to missing customization context this improvement cannot be shipped in the Library Documentation Package and thus formally declared as Cannot Reproduce. The requested improvement has been implemented in the CODESYS, with the issue CDS-97955 |
| LIBDOC-153 | Bug | LibDoc: Security issues in Python versions before 3.14.4 |
Fixed | |
| LIBDOC-152 | Bug | LibDoc: Image is not shown for a compiled library FB when there is a space in the comment |
Won't Fix | [[GENERAL]] This behavior is defined by reStructuredText and Sphinx, which are used by the documentation tooling. Image directives, like other block elements, cannot be contained within paragraphs and are therefore only rendered correctly if they are separated from surrounding text either by indentation or by a blank line, as described in the reStructuredText and Sphinx documentation. See https://content.helpme-codesys.com/en/LibDevSummary/reSTOverview.html for an overview and links to the relevant sections. |
| LIBDOC-151 | Bug | Save as compiled lib not possible in SP19.7 with installed Libdoc |
Fixed | |
| LIBDOC-143 | Bug | Package contains unmentioned/uncleared third party |
Fixed |