API dox: adapt kapidox & ecm_add_qch settings to new deprecation macros
GIT_SILENT
This commit is contained in:
parent
bbe0148db5
commit
d70eadb977
7
docs/Doxyfile.local
Normal file
7
docs/Doxyfile.local
Normal file
@ -0,0 +1,7 @@
|
||||
### KApiDox Project-specific Overrides File
|
||||
|
||||
# define so that deprecated API is not skipped
|
||||
PREDEFINED += \
|
||||
"PLASMA_ENABLE_DEPRECATED_SINCE(x, y)=1" \
|
||||
"PLASMA_BUILD_DEPRECATED_SINCE(x, y)=1" \
|
||||
"PLASMA_DEPRECATED_VERSION(x, y, t)="
|
@ -235,6 +235,7 @@ if(BUILD_QCH)
|
||||
PLASMA_EXPORT
|
||||
PLASMA_DEPRECATED
|
||||
PLASMA_DEPRECATED_EXPORT
|
||||
"PLASMA_DEPRECATED_VERSION(x, y, t)"
|
||||
TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
|
||||
QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
|
||||
COMPONENT Devel
|
||||
|
Loading…
Reference in New Issue
Block a user