documentaion generation
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
if not exist "build" mkdir build
|
||||
|
||||
doxygen Doxyfile.conf
|
||||
Reference in New Issue
Block a user