Skip to content

Commit 7c50ab1

Browse files
finikorgmmahadevan108
authored andcommitted
i3c: doc: Make documentation readable
Use @code .. @Endcode blocks to make docs readable. Signed-off-by: Andrei Emeltchenko <[email protected]>
1 parent af79689 commit 7c50ab1

File tree

1 file changed

+2
-0
lines changed
  • include/zephyr/drivers

1 file changed

+2
-0
lines changed

include/zephyr/drivers/i3c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ static inline int i3c_reg_update_byte(struct i3c_device_desc *target,
15421542
*
15431543
* It looks something like this (with name "testing"):
15441544
*
1545+
* @code
15451546
* D: I3C msg: testing, addr=56
15461547
* D: W len=01:
15471548
* D: contents:
@@ -1550,6 +1551,7 @@ static inline int i3c_reg_update_byte(struct i3c_device_desc *target,
15501551
* D: contents:
15511552
* D: 00 01 02 03 04 05 06 07 |........
15521553
* D: 08 09 0a 0b 0c 0d |......
1554+
* @endcode
15531555
*
15541556
* @param name Name of this dump, displayed at the top.
15551557
* @param msgs Array of messages to dump.

0 commit comments

Comments
 (0)