Explorar el Código

Utilities/Sphinx: Fix QtHelp generator identifiers

Add missinge entry in `create_identifiers.py` helper.
Brad King hace 7 años
padre
commit
7e532abc78
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"),
   mapping = (("command", "command"),
              ("variable", "variable"),
              ("variable", "variable"),
+             ("generator", "generator"),
              ("target property", "prop_tgt"),
              ("target property", "prop_tgt"),
              ("test property", "prop_test"),
              ("test property", "prop_test"),
              ("source file property", "prop_sf"),
              ("source file property", "prop_sf"),