mirror of
https://github.com/USCiLab/cereal.git
synced 2025-10-18 01:45:52 +02:00
adding doxygen generation
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -24,3 +24,5 @@ sandbox_rtti
|
||||
sandbox_json
|
||||
include_renamed
|
||||
.ycm_extra_conf.py*
|
||||
doc/html
|
||||
doc/latex
|
||||
|
||||
8
Makefile
8
Makefile
@@ -13,11 +13,15 @@ sandbox_rtti: sandbox_rtti.cpp
|
||||
${CC} sandbox_rtti.cpp -o sandbox_rtti ${CPPFLAGS} -O3
|
||||
|
||||
unittests: unittests.cpp
|
||||
time ${CC} unittests.cpp -o unittests -lboost_unit_test_framework ${CPPFLAGS}
|
||||
time ./unittests --show_progress
|
||||
${CC} unittests.cpp -o unittests -lboost_unit_test_framework ${CPPFLAGS}
|
||||
./unittests --show_progress
|
||||
|
||||
performance: performance.cpp
|
||||
${CC} performance.cpp -o performance -lboost_serialization ${CPPFLAGS} -O3
|
||||
|
||||
.PHONY: doc
|
||||
doc:
|
||||
@doxygen ./doc/doxygen.cfg
|
||||
|
||||
clean:
|
||||
rm sandbox; rm unittests; rm performance; rm sandbox_rtti;
|
||||
|
||||
1870
doc/doxygen.cfg
Normal file
1870
doc/doxygen.cfg
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user