Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1191203
| From | Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Add support for Hyperlinks and Markup on kernel-doc |
| Date | 2015-07-23 20:20 +0200 |
| Message-ID | <pPtg5-65U-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series add supports for hyperlink cross-references on Docbooks and
an optional markup syntax for in-source Documentation.
Danilo Cesar Lemes de Paula (4):
scripts/kernel-doc: Adding cross-reference links to html
documentation.
scripts/kernel-doc: Replacing highlights hash by an array
scripts/kernel-doc: Adding infrastructure for markdown support
drm/doc: Convert to markdown
Documentation/DocBook/Makefile | 68 +++++++++----
Documentation/DocBook/drm.tmpl | 86 ----------------
drivers/gpu/drm/drm_modeset_lock.c | 14 ++-
drivers/gpu/drm/drm_prime.c | 16 ++-
drivers/gpu/drm/i915/i915_reg.h | 48 ++++-----
include/drm/drm_vma_manager.h | 10 +-
scripts/docproc.c | 49 ++++++---
scripts/kernel-doc | 170 ++++++++++++++++++++++---------
scripts/kernel-doc-xml-ref | 198 +++++++++++++++++++++++++++++++++++++
9 files changed, 444 insertions(+), 215 deletions(-)
create mode 100755 scripts/kernel-doc-xml-ref
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Add support for Hyperlinks and Markup on kernel-doc Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> - 2015-07-23 20:20 +0200 [PATCH 3/4] scripts/kernel-doc: Adding infrastructure for markdown support Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk> - 2015-07-23 20:20 +0200
csiph-web