[PATCH] docs: Fix htmldocs build failure

2017-03-03 Thread Martyn Welch
k.xml', needed by 'Documentation/DocBook/deviceiobook.aux.xml'. Stop. Makefile:1452: recipe for target 'htmldocs' failed make: *** [htmldocs] Error 2 Update DOCBOOKS to reflect available books. Signed-off-by: Martyn Welch --- Documentation/DocBook/Makefile | 4 ++--

[PATCH 1/2] docs: Add kernel-doc comments to VME driver API

2017-03-03 Thread Martyn Welch
Add kernel-doc comments to the VME driver API and structures. This documentation will be integrated into the RST documentation in a later patch. Signed-off-by: Martyn Welch --- drivers/vme/vme.c | 469 include/linux/vme.h | 12 +- 2 files

[PATCH 2/2] docs: Update VME documentation to include kerneldoc comments

2017-03-03 Thread Martyn Welch
Update VME documentation given that kerneldoc comments are now provided. Add "VME API" section to VME RST to pull in kerneldoc comments. Signed-off-by: Martyn Welch --- Documentation/driver-api/vme.rst | 363 ++- 1 file changed, 93 insertio

[PATCH] vme: Convert documentation to reStructuredText, move under driver APIs

2016-10-21 Thread Martyn Welch
From: Martyn Welch Perform a relatively simple conversion of vme_api.txt to reStructuredText and move under driver-api, which seems the most logical place for this documentation. Signed-off-by: Martyn Welch --- Documentation/driver-api/index.rst| 1 + Documentation