Skip to content

Commit

Permalink
Improve man page documentation
Browse files Browse the repository at this point in the history
No changes to libpressio, just set an additional setting in the
CMakeLists.txt to generate links for the man pages.
  • Loading branch information
robertu94 committed Oct 8, 2019
1 parent c9f5d64 commit 08b3dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ option(BUILD_DOCS "build the documetation" OFF)
if(BUILD_DOCS)
find_package(Doxygen REQUIRED dot)
set(DOXYGEN_GENERATE_HTML YES)
set(DOXYGEN_MAN_LINKS YES)
set(DOXYGEN_GENERATE_MAN YES)
set(DOXYGEN_EXTRACT_LOCAL_METHODS YES)
set(DOXYGEN_EXTRACT_STATIC YES)
Expand Down

0 comments on commit 08b3dc7

Please sign in to comment.