Преглед изворни кода

Utilities/Sphinx: Fix QtHelp generator identifiers

Add missinge entry in `create_identifiers.py` helper.
Brad King пре 7 година
родитељ
комит
7e532abc78
1 измењених фајлова са 1 додато и 0 уклоњено
  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"),