Skip to content

Commit

Permalink
fix: doxygen code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Feb 5, 2024
1 parent a303b82 commit e8595c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 0 additions & 10 deletions doc/CMakeLists.txt

This file was deleted.

2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/frei0r.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8595c6

Please sign in to comment.