Skip to content

Commit

Permalink
docs: index.adoc uses consistent capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
sublimator authored May 26, 2024
1 parent 45e1095 commit dd28523
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit dd28523

Please sign in to comment.