doxygen cs documentation

This commit is contained in:
Oiltanker
2022-05-06 22:35:47 +03:00
parent 13274aecd6
commit f5b2268150
14 changed files with 9457 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
if not exist "build" mkdir build
if not exist "build\baro-server" mkdir build\baro-server
if not exist "build\baro-client" mkdir build\baro-client
cd baro-client
doxygen Doxyfile.conf
cd ..
cd baro-server
doxygen Doxyfile.conf
cd ..
doxygen Doxyfile.conf