mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added CMake target "apidoc" for creating Doxygen API documentation
This commit is contained in:
parent
9d3a7e4188
commit
ccba9bc42d
2 changed files with 8 additions and 0 deletions
|
|
@ -17,3 +17,7 @@ add_subdirectory(library)
|
||||||
add_subdirectory(include)
|
add_subdirectory(include)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
add_subdirectory(programs)
|
add_subdirectory(programs)
|
||||||
|
|
||||||
|
ADD_CUSTOM_TARGET(apidoc
|
||||||
|
COMMAND doxygen Doxyfile
|
||||||
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
|
||||||
4
Doxyfile
Normal file
4
Doxyfile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
PROJECT_NAME = PolarSSL
|
||||||
|
INPUT = include/polarssl
|
||||||
|
HTML_OUTPUT = apidoc
|
||||||
|
GENERATE_LATEX = NO
|
||||||
Loading…
Add table
Add a link
Reference in a new issue