Skip to content

Commit afdf61d

Browse files
committed
mi: Add kernel-doc documentation to mi header
This change adds proper kdoc-style documentation to the mi.h definitions, and includes mi.h in the docs builds. No functional change, just comments. Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 7f00d04 commit afdf61d

4 files changed

Lines changed: 484 additions & 22 deletions

File tree

doc/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ functions.
1111
.. include:: rst/ioctl.rst
1212
.. include:: rst/fabrics.rst
1313
.. include:: rst/linux.rst
14+
.. include:: rst/mi.rst
1415
.. include:: rst/tree.rst
1516
.. include:: rst/filters.rst
1617
.. include:: rst/util.rst

doc/api.rst.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ functions.
1111
.. include:: rst/ioctl.rst
1212
.. include:: rst/fabrics.rst
1313
.. include:: rst/linux.rst
14+
.. include:: rst/mi.rst
1415
.. include:: rst/tree.rst
1516
.. include:: rst/filters.rst
1617
.. include:: rst/util.rst

doc/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ api_files = [
1313
'ioctl.h',
1414
'linux.h',
1515
'log.h',
16+
'mi.h',
1617
'tree.h',
1718
'types.h',
1819
'fabrics.h',

0 commit comments

Comments
 (0)