aboutsummaryrefslogtreecommitdiff
path: root/docs/doxygen
AgeCommit message (Collapse)Author
2021-10-31[docs][doxygen] use files to set ALIASES and PROJECT_NUMBERAlwin Esch
The background is on the one hand an open issue and on the other hand it is simpler because only one point has to be updated for updates. Currently the two new files are still based on Kodi itself, but it is very possible that these will be moved to the kodi-dev-kit folder at some point, as this should be independent of Kodi itself (then Kodi would read it from there).
2021-10-31[docs] move doxygen alias "doc_header" more down to have better sortedAlwin Esch
Before was them within "python_..." parts.
2021-10-31[docs] fix doxygen linebreak on ALIASES value (a \ was missing)Alwin Esch
2021-02-22Merge pull request #19004 from enen92/v20revisiontagsfuzzard
[Doxygen] Add xrefitems for v20 (python and skinning engine)
2021-01-16Incorrect ALIASES specifiedalbert-github
The ALIASES has 2 items where the double quotes are not properly escaped and thus the specific ALIAS ends ant the first non escaped double quote. In 1.8.17 no warning is issued though whether the results are OK is doubtful. In 1.9.1 a warning is given. Fix: Properly escaped double quotes inside ALIASES.
2021-01-02[Doxygen] Add xrefitems for v20 (python and skinning engine)enen92
2020-05-29[docs] Fixes for doxygen 1.8.17enen92
2020-03-10[docs] update doxygen to define __cplusplus to include related partsAlwin Esch
Also are on "xbmc/addons/kodi-addon-dev-kit/doxygen/Doxyfile" some headers now included where for addons.
2019-04-16Merge pull request #15133 from enen92/changelogKai Sommerfeld
[Docs] Add xrefitems for v19 (python and skinning engine)
2019-03-20[Docs] Add xrefitems for v19 (python and skinning engine)enen92
2019-03-16[Doxygen] Include github markdown file for code guidelinesenen92
2018-11-21[Docs] Improve the documentation for boolean conditions and infolabels.enen92
Make more use of doxygen special commands. Add revision history back to gotham
2018-10-12[docs] Document removed python API functions (RenderCapture)enen92
2018-10-04[docs] add skinning changelog tagsMartijn Kaijser
2018-09-29[docs] Add initializer list whitespace convention in Code GuidelinesNick Renieris
2018-08-07Add default member initialization to code guide linesArne Morten Kvarving
2018-07-03[docs/doxygen/CODE_GUIDELINES] Sync with markdown code guidelinesh.udo
2018-07-03[docs/doxygen/README.md] Update content to markdownh.udo
2018-06-13[doxygen] Move resources to docs/h.udo