aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* get devHilmar R2021-03-011-0/+0
|
* Publish doxygen API documentation at gitlab pages.Klaus Weidenbach2019-01-241-1/+3
| | | | | | | | | | Create the API documentation with Doxygen and publish it through gitlab-ci as a Gitlab page at: https://hubzilla.frama.io/core This should only happen when master gets updated. Update Doxyfile configuration. Correct image usage. Replace RedMatrix with Hubzilla icon.
* :bulb: Add Doxygen fix for @var member variable documentation.Klaus Weidenbach2017-05-041-0/+3
| | | | | | Add an input filter to Doxygen to parse @var class member variable documentation, so it is bit more compatible how anybody else interpretes it.
* :green_heart: Update Travis CI's Doxygen.Klaus Weidenbach2017-03-141-0/+9
| | | | | | | | Travis CI has Doxygen 1.7. We need 1.8 to generate our API documentation. Get a static version and use it. Always build API Documentation, but changed Doxygen configuration to only print out errors in the documentation generation, so these can be reviewed.
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-2/+4
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* first pass name changeredmatrix2015-05-051-1/+1
|
* Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-2/+5
| | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
* Extend Doxygen configuration a bit to display more.Klaus Weidenbach2015-03-211-1/+2
| | | | | | | Add view of \license information in Doxygen information and add an overview page for \fixme which is used in source code. We have Bug List, Fixme List, Todo List and Deprecated List. Do we have some other tags we use that we could collect and display?
* remove Doxygen API Documentation from repository.Klaus Weidenbach2015-03-041-5/+3
| | | | | | | This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb
* replaced rhash icontuscanhobbit2013-11-231-1/+1
|
* It's a red matrix, and matrix is better indicated by # than by ! - and would ↵friendica2013-05-111-1/+1
| | | | otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
* doc cleanupfriendica2013-05-101-1/+1
|
* more umbilical cuttingfriendica2013-04-181-1/+1
|
* remove date on the footerfriendica2013-02-261-1/+5
|
* small doco updatefriendica2013-02-261-1/+1
|
* initial docofriendica2013-02-261-3/+13
|
* doxygen gets tripped up by 'if (! function_exists' - but this construct no ↵friendica2013-02-251-0/+7
longer has value anyway.