From 4cdc9cd54f7a0fc049b0505dd7676864295e0ea6 Mon Sep 17 00:00:00 2001 From: tocic Date: Mon, 27 Mar 2023 10:58:20 +0300 Subject: [PATCH 1/3] Add missing TOC entries --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a8312b..fd4ebf8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [Database](#database) - [Data visualization](#data-visualization) - [Debug](#debug) + - [Documentation](#documentation) - [Font](#font) - [Game Engine](#game-engine) - [GUI](#gui) @@ -61,11 +62,14 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [API Design](#api-design) - [Articles](#articles) - [Books](#books) + - [Coding Standards](#coding-standards) - [Coding Style](#coding-style) - [Podcasts](#podcasts) - [Talks](#talks) - [Videos](#videos) - [Websites](#websites) + - [Weblogs](#weblogs) + - [Other Awesome Projects](#other-awesome-projects) - [Other Awesome Lists](#other-awesome-lists) - [Jobs](#jobs) - [Sponsors](#sponsors) From f407d77e148fc7447af83ead2b4577dba708e1a2 Mon Sep 17 00:00:00 2001 From: tocic Date: Mon, 27 Mar 2023 13:02:10 +0300 Subject: [PATCH 2/3] Add hdoc documentation tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a8312b..4ef53ce 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Documentation * [doxygen](https://github.com/doxygen/doxygen) :zap: - The de facto standard tool for generating documentation from annotated C++ sources. [GPL2] [website](https://www.doxygen.org) +* [hdoc](https://github.com/hdoc/hdoc) - The modern documentation tool for C++. [AGPL/Commercial] [website](https://hdoc.io) * [Sphinx](https://github.com/sphinx-doc/sphinx) - Sphinx makes it easy to create intelligent and beautiful documentation. [BSD-2-Clause] [website](https://www.sphinx-doc.org) ## Font From eb604d9d7ab99a5aae7bb6833bcf2056979f7f2a Mon Sep 17 00:00:00 2001 From: tocic Date: Mon, 27 Mar 2023 13:10:53 +0300 Subject: [PATCH 3/3] Add Natural Docs documentation generator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a8312b..320f1df 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Documentation * [doxygen](https://github.com/doxygen/doxygen) :zap: - The de facto standard tool for generating documentation from annotated C++ sources. [GPL2] [website](https://www.doxygen.org) +* [Natural Docs](https://github.com/NaturalDocs/NaturalDocs) - Natural Docs is an open source documentation generator for multiple programming languages. [AGPL/Commercial] [website](https://www.naturaldocs.org) * [Sphinx](https://github.com/sphinx-doc/sphinx) - Sphinx makes it easy to create intelligent and beautiful documentation. [BSD-2-Clause] [website](https://www.sphinx-doc.org) ## Font