File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,18 @@ cmake --install .
32
32
33
33
=== Doxygen:
34
34
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
39
39
40
40
=== MrDocs:
41
41
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:
44
44
** 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
+
48
49
You can’t perform that action at this time.
0 commit comments