Browse Source

Utilities/Sphinx: Fix QtHelp generator identifiers

Add missinge entry in `create_identifiers.py` helper.
Brad King 7 years ago
parent
commit
7e532abc78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Utilities/Sphinx/create_identifiers.py

+ 1 - 0
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"),