mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
Utilities/Sphinx: Fix QtHelp generator identifiers
Add missinge entry in `create_identifiers.py` helper.
This commit is contained in:
@@ -22,6 +22,7 @@ for line in lines:
|
||||
|
||||
mapping = (("command", "command"),
|
||||
("variable", "variable"),
|
||||
("generator", "generator"),
|
||||
("target property", "prop_tgt"),
|
||||
("test property", "prop_test"),
|
||||
("source file property", "prop_sf"),
|
||||
|
||||
Reference in New Issue
Block a user