aboutsummaryrefslogtreecommitdiffstats
path: root/src/file_comments.adb
Commit message (Expand)AuthorAgeFilesLines
* file_comments: fix gathering for packagesTristan Gingold2022-12-211-2/+14
* file_comments.adb: factorize codeTristan Gingold2022-12-201-8/+5
* files_comments: add comments, slightly simplify the interfaceTristan Gingold2022-12-201-5/+13
* file_comments: add Initialize and FinalizeTristan Gingold2022-12-061-0/+13
* file_comments: reset comments when starting a new fileTristan Gingold2022-12-061-1/+3
* file_comments: fix handling of comment on the same line.Tristan Gingold2022-11-271-20/+48
* vhdl: rework comment gathering to handle empty lines.Tristan Gingold2022-11-271-90/+232
* file_comments: add comments_range to support deferred gatheringTristan Gingold2022-11-231-4/+32
* pyGHDL: add file_comments.pyTristan Gingold2022-11-201-0/+18
* Add an API to gather comments.Tristan Gingold2022-11-201-0/+184