mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
fix: doxygen code documentation
This commit is contained in:
@@ -38,7 +38,9 @@ INCLUDE( cmake/modules/TargetDistclean.cmake OPTIONAL)
|
||||
# See this thread for a ridiculous discussion about the simple question how to install a header file with CMake: http://www.cmake.org/pipermail/cmake/2009-October/032874.html
|
||||
install (DIRECTORY include DESTINATION . FILES_MATCHING PATTERN "frei0r.h" PATTERN "msvc" EXCLUDE)
|
||||
|
||||
add_subdirectory (doc)
|
||||
# For code documentation run: doxygen doc/Doxyfile
|
||||
# add_subdirectory (doc)
|
||||
|
||||
add_subdirectory (src)
|
||||
|
||||
# Generate frei0r.pc and install it.
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
find_package(Doxygen)
|
||||
if(DOXYGEN_FOUND)
|
||||
# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
|
||||
add_custom_target(doc
|
||||
${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
||||
COMMENT "Generating API documentation with Doxygen" VERBATIM
|
||||
)
|
||||
endif(DOXYGEN_FOUND)
|
||||
|
||||
@@ -568,7 +568,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = "../include/frei0r.h"
|
||||
INPUT = "include/frei0r.h"
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* @section sec_overview Overview
|
||||
*
|
||||
* If you are new to frei0r, the best thing is probably to have
|
||||
* a look at the <a href="frei0r_8h-source.html">frei0r header</a>,
|
||||
* a look at the <a href="frei0r_8h_source.html">frei0r header</a>,
|
||||
* which is quite simple.
|
||||
*
|
||||
* After that, you might want to look at the
|
||||
|
||||
Reference in New Issue
Block a user