Skip to content

Commit f7fc156

Browse files
committed
docs: replace icons in design notes page
1 parent c70dfdc commit f7fc156

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/modules/ROOT/pages/design-notes.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ Tools like Doxygen typically require workarounds and manual intervention via pre
2323
These workarounds are problematic because they result in two versions of the code: the well-formed and the ill-formed versions.
2424
This subverts the single source of truth for the code.
2525

26+
27+
2628
|===
2729
| | Mr. Docs | Automatic | Manual | No Reference
2830

29-
| No workarounds | | | |
30-
| Nice for users | | | |
31-
| Single Source of Truth | | | |
32-
| Less Work for Developers | | | |
33-
| Always up-to-date | | | |
31+
| No workarounds | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16]
32+
| Nice for users | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16]
33+
| Single Source of Truth | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/no.svg[No,width=16,height=16]
34+
| Less Work for Developers | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/yes.svg[Yes,width=16,height=16]
35+
| Always up-to-date | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/yes.svg[Yes,width=16,height=16] | image:icons/no.svg[No,width=16,height=16] | image:icons/no.svg[No,width=16,height=16]
3436
|===
3537

3638
* By providing no reference to users, they are forced to read header files to understand the API.

0 commit comments

Comments
 (0)