doc: Convert the debugobjects DocBook template to sphinx
A couple of the most minor heading tweaks, otherwise no changes to the text itself beyond the mechanical conversion. Note that the inclusion of the kerneldoc comments from the source has never worked, since exported symbols were asked for and none of those functions are exported to modules. It doesn't work here either :) Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
@@ -1,14 +1,26 @@
|
||||
======================
|
||||
Core-API Documentation
|
||||
Core API Documentation
|
||||
======================
|
||||
|
||||
Kernel and driver related documentation.
|
||||
This is the beginning of a manual for core kernel APIs. The conversion
|
||||
(and writing!) of documents for this manual is much appreciated!
|
||||
|
||||
Core utilities
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
workqueue
|
||||
|
||||
Interfaces for kernel debugging
|
||||
===============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
debug-objects
|
||||
|
||||
.. only:: subproject
|
||||
|
||||
Indices
|
||||
|
Reference in New Issue
Block a user