Skip to content
Snippets Groups Projects
Commit 490e16b1 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix documentation generation

    * CMakeLists.txt: build doc by default,
    * doc/package.dox.cmake: headers are now in include directory.
parent 3ba658de
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\") ...@@ -59,7 +59,7 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\")
# --- Default options ------------------------------------------------- # --- Default options -------------------------------------------------
OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON) OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON)
OPTION(GENERATE_DOC "Generate html documentation" OFF) OPTION(GENERATE_DOC "Generate html documentation" ON)
# --- BOOST --------------------------------------------------- # --- BOOST ---------------------------------------------------
SET(Boost_THREAD_FOUND 0) SET(Boost_THREAD_FOUND 0)
......
...@@ -210,7 +210,7 @@ SHOW_DIRECTORIES = NO ...@@ -210,7 +210,7 @@ SHOW_DIRECTORIES = NO
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
FILE_PATTERNS = *.h *.idl FILE_PATTERNS = *.h *.idl
EXCLUDE_PATTERNS = EXCLUDE_PATTERNS =
INPUT = ${${PROJECT_NAME}_SOURCE_DIR}/src \ INPUT = ${${PROJECT_NAME}_SOURCE_DIR}/include \
${CMAKE_CURRENT_SOURCE_DIR}/additionalDoc ${CMAKE_CURRENT_SOURCE_DIR}/additionalDoc
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment