String modulePrefix = StringUtils.isEmpty(d.getModulePrefix()) ? ""
: d.getModulePrefix();
appendRaw(doc);
Documentation documentation = objectMapper.readValue(
doc.toString(), Documentation.class);
this.addToGeneral(documentation.general);
this.addToDictionary(documentation.dictionary);