diff options
author | arwedus <70707249+arwedus@users.noreply.github.com> | 2021-02-13 21:00:38 (GMT) |
---|---|---|
committer | arwedus <70707249+arwedus@users.noreply.github.com> | 2021-02-13 21:00:38 (GMT) |
commit | 46ac1937a1bce5a163b78dff53408ad61db4d100 (patch) | |
tree | 1c8758b0c360f841cbcf917ca261b0cb9c1c4359 /src | |
parent | af06f361f3d0ae240de63ce6bf5137dab247cc46 (diff) | |
download | Doxygen-46ac1937a1bce5a163b78dff53408ad61db4d100.zip Doxygen-46ac1937a1bce5a163b78dff53408ad61db4d100.tar.gz Doxygen-46ac1937a1bce5a163b78dff53408ad61db4d100.tar.bz2 |
fix typo in config.xml
make docs failed because of outdated ref (I renamed the parameter to
WARN_IF_INCOMPLETE_DOC to support generalizing the idea of "do not warn
on incomplete doc of x".
Diffstat (limited to 'src')
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index c704916..7d5808a 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1342,7 +1342,7 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn" documentation. If \ref cfg_extract_all "EXTRACT_ALL" is set to \c YES then this flag will automatically be disabled. - See also \ref cfg_warn_if_incomplete_paramdoc "WARN_IF_INCOMPLETE_PARAMDOC" + See also \ref cfg_warn_if_incomplete_doc "WARN_IF_INCOMPLETE_DOC" ]]> </docs> </option> |