Commit 215841a
Make README.md nicer for Doxygen processing
Follow the lead of the changes in I5e1bf85 for the at-ease library to
make README.md play nicer with Doxygen's markdown processor:
* Images used as the text of a link aren't rendered by Doxygen's
markdown processor. Move the image source to a named link to make the
output look a little nicer.
* Doxygen isn't recognizing "```" as a fenced code block delimiter (even
though it is documented as an alternate syntax [0]) so use 4 spaces to
mark code blocks instead.
[0]: http://michelf.com/projects/php-markdown/extra/#fenced-code-blocks
Change-Id: Ifc3b3f1d4f512dd12edd715ca2c2a5682c63a4b01 parent 0737f8c commit 215841a
1 file changed
+16
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
0 commit comments