Removed documentation command

This commit is contained in:
2017-03-22 11:26:19 -04:00
parent 0164992bb0
commit 7a3ac51609

View File

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