aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2020-03-09 17:38:04 +0100
committerAlwin Esch <alwin.esch@web.de>2020-03-10 19:41:54 +0100
commit0b0ede129d55be87d4ce9ab692298da39600a466 (patch)
treee4d3c70881ab4739b437b614b6dba52569f598dc /docs
parentb163b34f5db0ca2e96c50ea9cbca1953823c35bf (diff)
[docs] update doxygen to define __cplusplus to include related parts
Also are on "xbmc/addons/kodi-addon-dev-kit/doxygen/Doxyfile" some headers now included where for addons.
Diffstat (limited to 'docs')
-rw-r--r--docs/doxygen/Doxyfile.doxy3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.doxy b/docs/doxygen/Doxyfile.doxy
index 02a8e3a278..320d1d1c5d 100644
--- a/docs/doxygen/Doxyfile.doxy
+++ b/docs/doxygen/Doxyfile.doxy
@@ -2108,7 +2108,8 @@ INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \
- DOXYGEN_SHOULD_USE_THIS
+ DOXYGEN_SHOULD_USE_THIS \
+ __cplusplus
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The