aboutsummaryrefslogtreecommitdiffstats
path: root/util/Doxyfile
Commit message (Collapse)AuthorAgeFilesLines
* Update Doxygen config for generating online API docsHarald Eilertsen2024-02-271-2/+5
| | | | | | | | | | | | | | | | | Enabled implicit brief descriptions (`JAVADOC_AUTOBRIEF`), and markdown support (`MARKDOWN_SUPPORT`) for doc blocks. This means that we no longer need to explicitly inclufe a `@brief` tag in the doc block, the first full sentence will be regarded as the brief documentation if it's not explicitly given. Also we can use Markdown formatting in the comments, which is a bit nicer than the native Doxygen tags. I also disabled the Doxygen_phpvarfilter, but leave it commented out. It should not be needed anymore unless somebody is using an ancient version of doxygen. (Don't do that!) I also changed the heading a bit, removed "The" from "The Hubzilla", and added a tagline. Feel free to revise to whatever conforms to the project norms.
* 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.