Code cleanup

This commit is contained in:
Alexander Bock
2017-05-11 18:51:42 -04:00
parent 5ebf2a4913
commit b660a84464
7 changed files with 53 additions and 176 deletions

View File

@@ -63,8 +63,8 @@ public:
* documentation and that can contain additional functionality
* \pre name must not be empty
* \pre jsonName must not be empty
* \pre Each handlebarTemplates' \c name must not be empty and \c filename must exist
* \pre javascriptFilename must not be empty must exist
* \pre Each handlebarTemplates' \c name must not be empty
* \pre javascriptFilename must not be empty
*/
DocumentationGenerator(std::string name, std::string jsonName,
std::vector<HandlebarTemplate> handlebarTemplates,