[PATCH RFC 07/12] Documentation: thermal docbook: introduce API reference chapter

From: Eduardo Valentin
Date: Mon Feb 09 2015 - 19:39:51 EST


In this patch we add a chapter to contain the API reference
for the thermal framework. For now, we list the documented
functions from thermal core, cpu cooling, and of thermal.

Signed-off-by: Eduardo Valentin <edubezval@xxxxxxxxx>
---
Documentation/DocBook/thermal.tmpl | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/Documentation/DocBook/thermal.tmpl b/Documentation/DocBook/thermal.tmpl
index 66efed3..d6ebbea 100644
--- a/Documentation/DocBook/thermal.tmpl
+++ b/Documentation/DocBook/thermal.tmpl
@@ -212,4 +212,13 @@
</glossary>
</sect1>
</chapter>
+ <chapter id="api">
+ <title>Thermal Device Driver Writer API reference</title>
+ <para> This Chapter contains an API reference for Thermal driver writers.
+ </para>
+!Iinclude/linux/thermal.h
+!Edrivers/thermal/thermal_core.c
+!Edrivers/thermal/cpu_cooling.c
+!Edrivers/thermal/of-thermal.c
+ </chapter>
</book>
--
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/