aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2025-12-02doc/Makefile: add an empty clean target...Christian Hesse1-1/+4
... now that this is made with 12fc09a442939d0af09d700c7a8074cca9b1694e. This unbreaks `make docker`, which triggered the catch-all target and failed.
2025-11-12Fixed typoStefan1-1/+1
2025-06-13doc: source_suffix should be a map, not a listMatěj Cepl1-1/+1
2025-06-13doc: change default_role to 'c:any'Matěj Cepl1-1/+1
2025-03-22doc: upgrade Doxyfile via doxygen -u (1.13.2)Matěj Cepl1-423/+836
2024-05-01release 0.9Randy Palamar2-3/+3
2022-11-29fix miscellaneous spelling mistakesNick Hanley3-5/+5
2022-11-01Set version to 0.8-gitFelix Van der Jeugt2-3/+3
2020-12-08Set version to 0.7Marc André Tanner2-3/+3
2020-08-01doc: update doxygen configurationMarc André Tanner1-80/+157
This was performed by executing: doxygen -u
2020-08-01Update copyright yearMarc André Tanner1-1/+1
2020-08-01doc: update version number in doxygen configMarc André Tanner1-1/+1
Not sure whether that is actually used somewhere.
2020-08-01doc: use c as default sphinx roleMarc André Tanner1-1/+1
This might fix the documentation build issue on readthedocs.org.
2020-08-01doc: enable C syntax highlighting by defaultMarc André Tanner1-0/+3
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner1-3/+3
In restructured text double backquotes are used for inline literals.
2020-06-07build: set version to 0.6Marc André Tanner1-2/+2
2020-05-13doc: update outdated version informationMarc André Tanner1-2/+2
2020-05-13doc: update sphinx configuration to python 3Marc André Tanner1-10/+10
This was performed automatically using: 2to3 -w conf.py
2020-02-07doc: update release numberMarc André Tanner1-1/+1
2017-06-15view: clean up and add documentationMarc André Tanner2-0/+111
2017-06-15doc: enable mathjax support for sphinx documentationMarc André Tanner1-1/+3
2017-05-07Revert "doc: specify complete file names"Marc André Tanner1-5/+5
This reverts commit b37ebfb7e9deeef0420c2c4c0b0b31b854cdb118.
2017-05-07doc: specify complete file namesMarc André Tanner1-5/+5
This might fix index generation on vis.rtfd.io.
2017-05-06vis: add doxygen commentsMarc André Tanner2-0/+188
Rename some structures, add typedefs for function pointers, remove unused arguments from vis_run.
2017-05-03text: add miscellaneous documentation sectionMarc André Tanner1-0/+6
2017-05-03map: convert comments to doxygen formatMarc André Tanner2-0/+5
2017-05-03array: convert comments to doxygen formatMarc André Tanner2-0/+5
2017-05-03buffer: convert comments to doxygen formatMarc André Tanner2-0/+5
2017-05-03text: convert comments to doxygen formatMarc André Tanner3-24/+127
2017-05-03doc: use nicer sphinx themeMarc André Tanner1-1/+1
2017-05-03doc: add initial documentation filesMarc André Tanner3-0/+30
If all required dependencies (doxygen, breathe, sphinx, sphinx_rtd_theme) are installed, then `make html` in the doc directory should generate sphinx based documentation in doc/build/sphinx.
2017-04-28doc: add sphinx breathe extensionMarc André Tanner1-3/+19
2017-04-28doc: add sphinx configurationMarc André Tanner2-0/+176
2017-04-28doc: customize DoxyfileMarc André Tanner1-10/+11
2017-04-28doc: add default Doxygen fileMarc André Tanner1-0/+2473