mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:08:24 +00: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(tests)
|
||||
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…
Reference in a new issue