]> git.ipfire.org Git - thirdparty/gcc.git/commit
contrib: Set check-params-in-docs.py to skip tables of values of a param
authorFilip Kastl <fkastl@suse.cz>
Wed, 18 Sep 2024 14:38:30 +0000 (16:38 +0200)
committerFilip Kastl <fkastl@suse.cz>
Wed, 18 Sep 2024 14:38:30 +0000 (16:38 +0200)
commit4b7e6d5faa137f18a36d8c6323a8640e61ee48f1
tree1ae6dece40aacd322df6aef66125638237650df6
parentde1389e24e8dc98b65bc8d40976172214ac4ecc0
contrib: Set check-params-in-docs.py to skip tables of values of a param

Currently check-params-in-docs.py reports extra params being listed in
invoke.texi.  However, those aren't actual params but items in a table of
possible values of the aarch64-autove-preference param.

This patch changes check-params-in-docs.py to ignore similar tables.

contrib/ChangeLog:

* check-params-in-docs.py: Skip tables of values of a param.
Remove code that skips items beginning with a number.

Signed-off-by: Filip Kastl <fkastl@suse.cz>
contrib/check-params-in-docs.py