documentaion generation

This commit is contained in:
Oiltanker
2022-05-07 03:43:05 +03:00
parent f5b2268150
commit eb94a1bdcd
13 changed files with 237 additions and 21 deletions
@@ -1,3 +1,9 @@
@INCLUDE_PATH = baro-server
@INCLUDE = baro-server/Doxyfile
@INCLUDE_PATH = baro-client
@INCLUDE = baro-client/Doxyfile
# Doxyfile 1.9.4
# This file describes the settings to be used by the documentation system
-13
View File
@@ -1,13 +0,0 @@
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
-3
View File
@@ -1,3 +0,0 @@
if not exist "build" mkdir build
doxygen Doxyfile.conf