From dd28523cc2609e153565213946bb6f6cb3be4463 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 27 May 2024 02:03:21 +0700 Subject: [PATCH] docs: index.adoc uses consistent capitalization --- docs/modules/ROOT/pages/index.adoc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index ef92ad2de..a31e5bd3e 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -22,17 +22,18 @@ MrDocs empowers you to produce high-quality documentation that benefits both dev === Doxygen: -* tries to work for many languages -* use the inferior libclang API -* old program with lots of technical debt -* not written by me +* Tries to work for many languages +* Uses the inferior libclang API +* Old program with lots of technical debt +* Not written by me === MrDocs: -* narrow and deep focus on {cpp} only -* uses clang's unstable libtooling API: +* Narrow and deep focus on {cpp} only +* Uses clang's unstable libtooling API: ** Understands ALL C++: if clang can compile it, MrDocs knows about it -** This includes up to {cpp}20 and even experimental things in {cpp}23 -* brand-new program with no technical debt -* written by me +** This includes up to {cpp}20 and even experimental features in {cpp}23 +* Brand-new program with no technical debt +* Written by me +