From 7e532abc78ddd44cfd2e2ee3fd54e332f7a0e84d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 19 Apr 2018 08:48:28 -0400 Subject: Utilities/Sphinx: Fix QtHelp generator identifiers Add missinge entry in `create_identifiers.py` helper. --- Utilities/Sphinx/create_identifiers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/Sphinx/create_identifiers.py b/Utilities/Sphinx/create_identifiers.py index 3fe3fcb..4513434 100755 --- a/Utilities/Sphinx/create_identifiers.py +++ b/Utilities/Sphinx/create_identifiers.py @@ -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"), -- cgit v0.12