Skip to content

Commit 45e1095

Browse files
authored
docs: README uses consistent capitalization
1 parent 06dd4c0 commit 45e1095

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.adoc

+10-9
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,18 @@ cmake --install .
3232

3333
=== Doxygen:
3434

35-
* tries to work for many languages
36-
* use the inferior libclang API
37-
* old program with lots of technical debt
38-
* not written by me
35+
* Tries to work for many languages
36+
* Uses the inferior libclang API
37+
* Old program with lots of technical debt
38+
* Not written by me
3939

4040
=== MrDocs:
4141

42-
* narrow and deep focus on {cpp} only
43-
* uses clang's unstable libtooling API:
42+
* Narrow and deep focus on {cpp} only
43+
* Uses clang's unstable libtooling API:
4444
** Understands ALL C++: if clang can compile it, MrDocs knows about it
45-
** This includes up to {cpp}20 and even experimental things in {cpp}23
46-
* brand-new program with no technical debt
47-
* written by me
45+
** This includes up to {cpp}20 and even experimental features in {cpp}23
46+
* Brand-new program with no technical debt
47+
* Written by me
48+
4849

0 commit comments

Comments
 (0)