Skip to content

Commit ed25d1b

Browse files
committed
MD tables insist on a header
1 parent 00c8597 commit ed25d1b

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

docs/reference/api/api.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,30 @@ We also provide guidelines for [contributing to Mbed OS](/docs/development/refer
2020
<table>
2121
<tbody>
2222
<tr>
23-
<td>&nbsp;<a href="wait.html">Wait</a></td>
24-
<td>&nbsp;[CriticalSectionLock](criticalsectionlock.html)</td>
25-
<td>&nbsp;[Memory tracing](memory-tracing.html)</td>
26-
<td>&nbsp;[PlatformMutex](platformmutex.html)</td>
23+
<td><a href="wait.html">Wait</a></td>
24+
<td><a href="criticalsectionlock.html">CriticalSectionLock</a></td>
25+
<td><a href="memory-tracing.html">Memory tracing</a></td>
26+
<td><a href="platformmutex.html">PlatformMutex</a></td>
2727
</tr>
2828
<tr>
29-
<td>&nbsp;[CallBack](callback.html)</td>
30-
<td>&nbsp;[Time](time.html)</td>
31-
<td>&nbsp;[Error handling](error-handling.html)</td>
32-
<td>&nbsp;[CircularBuffer](circularbuffer.html)</td>
29+
<td><a href="callback.html">CallBack</a></td>
30+
<td><a href="time.html">Time</a></td>
31+
<td><a href="error-handling.html">Error handling</a></td>
32+
<td><a href="circularbuffer.html">CircularBuffer</a></td>
3333
</tr>
3434
<tr>
35-
<td>&nbsp;[DeepSleepLock](deepsleeplock.html)</td>
36-
<td>&nbsp;[RTC](rtc.html)</td>
37-
<td>&nbsp;[Assert](assert.html)</td>
38-
<td>&nbsp;[ATCmdParser](atcmdparser.html)</td>
35+
<td><a href="deepsleeplock.html">DeepSleepLock</a></td>
36+
<td><a href="rtc.html">RTC</a></td>
37+
<td><a href="assert.html">Assert</a></td>
38+
<td><a href="atcmdparser.html">ATCmdParser</a></td>
3939
</tr>
4040
<tr>
41-
<td>&nbsp;[Power management](power-management.html)</td>
42-
<td>&nbsp;[Debug](debug.html)</td>
43-
<td>&nbsp;[NonCopyable](noncopyable.html)</td>
44-
<td>&nbsp;[Mbed statistics](mbed-statistics.html)</td>
41+
<td><a href="power-management.html">Power management</a></td>
42+
<td><a href="debug.html">Debug</a></td>
43+
<td><a href="noncopyable.html">NonCopyable</a></td>
44+
<td><a href="mbed-statistics.html">Mbed statistics</a></td>
4545
</tr>
4646
</tbody>
4747
</table>
48+
49+
### Drivers APIs

0 commit comments

Comments
 (0)