aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile.local
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2021-04-26 19:21:43 +0200
committerFriedrich W. H. Kossebau <kossebau@kde.org>2021-04-26 19:21:43 +0200
commit17ce440211de8d72b683b25dae89ee6b7c9dc69d (patch)
treebcb690834092aed1d0c5096a3d30593a015430ee /docs/Doxyfile.local
parent533ff88a5430655f3b969b3e1a86ac71064c57ef (diff)
downloadkconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.gz
kconfig-17ce440211de8d72b683b25dae89ee6b7c9dc69d.tar.bz2
Use new version-controlled enumerator deprecation warning macros
Diffstat (limited to 'docs/Doxyfile.local')
-rw-r--r--docs/Doxyfile.local8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Doxyfile.local b/docs/Doxyfile.local
index 6fff4f58..37895c76 100644
--- a/docs/Doxyfile.local
+++ b/docs/Doxyfile.local
@@ -5,6 +5,12 @@ PREDEFINED += \
"KCONFIGCORE_ENABLE_DEPRECATED_SINCE(x, y)=1" \
"KCONFIGCORE_BUILD_DEPRECATED_SINCE(x, y)=1" \
"KCONFIGCORE_DEPRECATED_VERSION(x, y, t)=" \
+ "KCONFIGCORE_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
+ "KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
+ "KCONFIGCORE_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
"KCONFIGGUI_ENABLE_DEPRECATED_SINCE(x, y)=1" \
"KCONFIGGUI_BUILD_DEPRECATED_SINCE(x, y)=1" \
- "KCONFIGGUI_DEPRECATED_VERSION(x, y, t)="
+ "KCONFIGGUI_DEPRECATED_VERSION(x, y, t)=" \
+ "KCONFIGGUI_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)=" \
+ "KCONFIGGUI_ENUMERATOR_DEPRECATED_VERSION(x, y, t)=" \
+ "KCONFIGGUI_ENUMERATOR_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)="