Tweaked automatic documentation generation settings

This commit is contained in:
2017-03-10 00:22:46 -05:00
parent dbe9b15944
commit 95bf5afe36

View File

@@ -92,6 +92,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<PostBuildEvent>cd $(SolutionDir) <PostBuildEvent>cd $(SolutionDir)
rmdir /s /q docs\html
doxygen doxyconfig.txt</PostBuildEvent> doxygen doxyconfig.txt</PostBuildEvent>
</PropertyGroup> </PropertyGroup>
</Project> </Project>