From cb09f434fb4503e8363a891a586a526bd83b2e2c Mon Sep 17 00:00:00 2001 From: Maikel Mardjan Date: Fri, 18 Nov 2022 00:14:09 +0100 Subject: [PATCH] Add Doxygen (#151) Co-authored-by: Matheus Felipe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8341676..41a4c3b 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [gd2md-html](https://github.com/evbacher/gd2md-html/wiki) - gd2md-html is a free Google Docs add-on that converts a formatted Google Doc to a simple, readable Markdown or HTML text file. gd2md-html lets you use Google Docs' editing, formatting, and collaboration tools before you publish to a Markdown or HTML platform. (contributed by [Ed Bacher](https://github.com/evbacher)) * [Documize](https://github.com/documize/community) - One place to author, approve, publish documentation (contributed by [HarveyKandola](https://github.com/HarveyKandola)) * [ESDoc](https://esdoc.org/) - Documentation generator for JavaScript. Similar to JSDoc, but provides more useful features and stylish look and feel. (contributed by [@bandantonio](https://github.com/bandantonio)) +* [Doxygen](https://www.doxygen.nl/) - Doxygen is the de facto standard tool for generating documentation from almost all popular programming languages. (contributed by [@nocomplexity](https://github.com/nocomplexity))