]> git.lyx.org Git - features.git/commit
Implement commenting for CREDITS file
authorScott Kostyshak <skostysh@lyx.org>
Thu, 15 Aug 2019 01:23:48 +0000 (21:23 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:43 +0000 (15:48 +0200)
commitaf2f8965c30ce81d7c1be466176393294b884f0a
treec0a16703da5b907cc8ac4d45d98737597b1c0762
parentd559dcdf4efe7b265211fbcb47b78849d3ed3522
Implement commenting for CREDITS file

The reader of CREDITS (GuiAbout.cpp) now ignores lines that start
with the number sign (#). This commit also introduces a commented
out header in CREDITS reminding any potential editor that all
changes will be overwritten by generate_contributions.py.
lib/CREDITS
lib/generate_contributions.py
src/frontends/qt/GuiAbout.cpp