[hawkmoth] [PATCH 4/5] doc: cross-reference Clang

  • From: Jani Nikula <jani@xxxxxxxxxx>
  • To: hawkmoth@xxxxxxxxxxxxx
  • Date: Wed, 30 Dec 2020 21:42:30 +0200

For completeness, add a link to clang home page.
---
 doc/index.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 2981a40b0b6b..94b05b7f290f 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -3,9 +3,9 @@ Hawkmoth - Sphinx Autodoc for C
 
 Hawkmoth is a minimalistic Sphinx_ :any:`C Domain <sphinx:c-domain>` autodoc
 directive extension to incorporate formatted C source code comments written in
-reStructuredText_ into Sphinx based documentation. It uses Clang Python 
Bindings
-for parsing, and generates C Domain directives for C API documentation, and
-more. In short, Hawkmoth is Sphinx Autodoc for C.
+reStructuredText_ into Sphinx based documentation. It uses Clang_ Python
+Bindings for parsing, and generates C Domain directives for C API 
documentation,
+and more. In short, Hawkmoth is Sphinx Autodoc for C.
 
 Hawkmoth aims to be a compelling alternative for documenting C projects using
 Sphinx, mainly through its simplicity of design, implementation and use.
@@ -21,6 +21,8 @@ extension and how to write documentation comments, with 
examples.
 
 .. _reStructuredText: http://docutils.sourceforge.net/rst.html
 
+.. _Clang: https://clang.llvm.org/
+
 .. _Hawkmoth project GitHub page: https://github.com/jnikula/hawkmoth
 
 Contents:
-- 
2.29.2


Other related posts:

  • » [hawkmoth] [PATCH 4/5] doc: cross-reference Clang - Jani Nikula