Fix to capture comments at the end of a file
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 1 Oct 2023 22:18:40 +0000 (17:18 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 1 Oct 2023 22:18:40 +0000 (17:18 -0500)
commit85c749826d0e0526a0797bdc5898f528af6a80ff
tree6f3f47aa570f9bb25bc8970cc75aada9f5ced228
parentbc3754ae31563f1142a7c79591f726f6bd960c55
Fix to capture comments at the end of a file

Technically, this shouldn't be necessary because the convention is to
declare the comment and then use it.  So no comment replacment text
should be at the end of the file.  But having a function makes
the code more clear and no harm in having code that always works.
db/schemas/gen_comments.py