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> </PreBuildEvent>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<PostBuildEvent>cd $(SolutionDir) <PostBuildEvent>
rmdir /s /q docs\html </PostBuildEvent>
doxygen doxyconfig.txt</PostBuildEvent>
</PropertyGroup> </PropertyGroup>
</Project> </Project>