Skip to content

Commit 1f1b80b

Browse files
authored
Merge pull request OSGeo#12045 from dbaston/cmake-doc-fixes
Doc: Doxygen fixes
2 parents 51803af + f4de3d1 commit 1f1b80b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

doc/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ if (BUILD_DOCS)
7171
if (DOXYGEN_FAIL_ON_WARNINGS)
7272
string(JOIN "\n" DOXYFILE_CONTENTS
7373
${DOXYFILE_CONTENTS}
74-
"FAIL_ON_WARNINGS=YES"
7574
"WARN_AS_ERROR=FAIL_ON_WARNINGS_PRINT")
7675
endif()
7776

gcore/gdaldrivermanager.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -961,12 +961,12 @@ CPLErr GDALDriverManager::LoadPlugin(const char *name)
961961
* search separated by colons on UNIX, or semi-colons on Windows. Otherwise
962962
* the /usr/local/lib/gdalplugins directory, and (if known) the
963963
* lib/gdalplugins subdirectory of the gdal home directory are searched on
964-
* UNIX and $(BINDIR)\\gdalplugins on Windows.
964+
* UNIX and \$(BINDIR)\\gdalplugins on Windows.
965965
*
966966
* Auto loading can be completely disabled by setting the GDAL_DRIVER_PATH
967967
* config option to "disable".
968968
*
969-
* Starting with gdal 3.5, the default search path $(prefix)/lib/gdalplugins
969+
* Starting with gdal 3.5, the default search path \$(prefix)/lib/gdalplugins
970970
* can be overridden at compile time by passing
971971
* -DINSTALL_PLUGIN_DIR=/another/path to cmake.
972972
*/

port/cpl_conv.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2464,9 +2464,9 @@ void CPLLoadConfigOptionsFromFile(const char *pszFilename, int bOverrideEnvVars)
24642464
* to ${prefix}/etc, unless the \--sysconfdir switch of configure has been
24652465
* invoked.
24662466
*
2467-
* Then CPLLoadConfigOptionsFromFile() will be called with $(HOME)/.gdal/gdalrc
2467+
* Then CPLLoadConfigOptionsFromFile() will be called with ${HOME}/.gdal/gdalrc
24682468
* on Unix builds (potentially overriding what was loaded with the sysconfdir)
2469-
* or $(USERPROFILE)/.gdal/gdalrc on Windows builds.
2469+
* or ${USERPROFILE}/.gdal/gdalrc on Windows builds.
24702470
*
24712471
* CPLLoadConfigOptionsFromFile() will be called with bOverrideEnvVars = false,
24722472
* that is the value of environment variables previously set will be used

0 commit comments

Comments
 (0)