File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ cmake -DWITH_SERVER=ON \
15
15
-DENABLE_PGTEST=ON \
16
16
-DWITH_QWTPOLAR=OFF \
17
17
-DWITH_APIDOC=ON \
18
+ -DDOXYGEN_FILE_PATTERN=" *.h" \
18
19
-DWITH_ASTYLE=ON \
19
20
-DWITH_PYSPATIALITE=ON \
20
21
-DGRASS_PREFIX7=/usr/lib/grass70 \
21
- -DGRASS_INCLUDE_DIR7=/usr/lib/grass70/include ..
22
+ -DGRASS_INCLUDE_DIR7=/usr/lib/grass70/include \
23
+ ..
Original file line number Diff line number Diff line change @@ -622,8 +622,7 @@ INPUT_ENCODING = UTF-8
622
622
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
623
623
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
624
624
625
- FILE_PATTERNS = *.h \
626
- *.dox
625
+ FILE_PATTERNS = @DOXYGEN_FILE_PATTERN@
627
626
628
627
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
629
628
# should be searched for input files as well. Possible values are YES and NO.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ IF(WITH_APIDOC)
40
40
SET (DOXYGEN_TAGS ${QT_TAG_FILE} =${QT_DOC_URL} )
41
41
ENDIF (QT_TAG_FILE)
42
42
43
+ SET (DOXYGEN_FILEPATTERN "*.cpp *.h *.dox" CACHE STRING "File pattern to be parsed by doxygen." )
43
44
CONFIGURE_FILE (${CMAKE_SOURCE_DIR} /cmake_templates/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR} /Doxyfile @ONLY)
44
45
ADD_CUSTOM_TARGET (apidoc ALL
45
46
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /Doxyfile
You can’t perform that action at this time.
0 commit comments