From 95f52ace699d63fa2ce7785296293dd44b6030fb Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Fri, 6 Sep 2024 22:56:15 +0300 Subject: [PATCH] doc: remove notes about C++ gaps While there may still be gaps with the C++ support, we do have the most common cases covered, and don't want to scare away potential users. --- README.rst | 6 ------ doc/index.rst | 6 ------ 2 files changed, 12 deletions(-) diff --git a/README.rst b/README.rst index b472156c..68fd3f77 100644 --- a/README.rst +++ b/README.rst @@ -37,12 +37,6 @@ documentation, and more. In short, Hawkmoth is Sphinx Autodoc for C/C++. Hawkmoth aims to be a compelling alternative for documenting C and C++ projects using Sphinx, mainly through its simplicity of design, implementation and use. -**Note** - - The C++ support is still in early stages of development, and lacks some - fundamental features such as handling namespaces and documenting C++ specific - features other than classes. - .. _Sphinx: http://www.sphinx-doc.org .. _C and C++ Domain: http://www.sphinx-doc.org/en/stable/domains.html diff --git a/doc/index.rst b/doc/index.rst index f0f229f0..b8a772cb 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,12 +11,6 @@ Sphinx Autodoc for C/C++. Hawkmoth aims to be a compelling alternative for documenting C and C++ projects using Sphinx, mainly through its simplicity of design, implementation and use. -.. note:: - - The C++ support is still in early stages of development, and lacks some - fundamental features such as handling namespaces and documenting C++ specific - features other than classes. - Please see the `Hawkmoth project GitHub page`_ (or README.rst in the source repository) for information on how to obtain, install, and contribute to Hawkmoth, as well as how to contact the developers.