File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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
+ -DDOXYGEN_FILE_PATTERNS =" *.h" \
19
19
-DWITH_ASTYLE=ON \
20
20
-DWITH_PYSPATIALITE=ON \
21
21
-DGRASS_PREFIX7=/usr/lib/grass70 \
Original file line number Diff line number Diff line change @@ -622,7 +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 = @DOXYGEN_FILE_PATTERN @
625
+ FILE_PATTERNS = @DOXYGEN_FILE_PATTERNS @
626
626
627
627
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
628
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,7 +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
+ SET (DOXYGEN_FILE_PATTERNS "*.cpp *.h *.dox" CACHE STRING "File patterns to be parsed by doxygen." )
44
44
CONFIGURE_FILE (${CMAKE_SOURCE_DIR} /cmake_templates/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR} /Doxyfile @ONLY)
45
45
ADD_CUSTOM_TARGET (apidoc ALL
46
46
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR} /Doxyfile
You can’t perform that action at this time.
0 commit comments