Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752824AbbG1TqO (ORCPT ); Tue, 28 Jul 2015 15:46:14 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:59823 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751647AbbG1TqN (ORCPT ); Tue, 28 Jul 2015 15:46:13 -0400 From: Danilo Cesar Lemes de Paula To: linux-doc@vger.kernel.org Cc: Randy Dunlap , Daniel Vetter , Laurent Pinchart , Jonathan Corbet , Herbert Xu , Stephan Mueller , Michal Marek , linux-kernel@vger.kernel.org, intel-gfx , dri-devel , Danilo Cesar Lemes de Paula Subject: [PATCH v2 0/4] Add support for Hyperlinks and Markup on kernel-doc Date: Tue, 28 Jul 2015 16:45:14 -0300 Message-Id: <1438112718-12168-1-git-send-email-danilo.cesar@collabora.co.uk> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1437675387-25719-1-git-send-email-danilo.cesar@collabora.co.uk> References: <1437675387-25719-1-git-send-email-danilo.cesar@collabora.co.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1519 Lines: 37 This series add supports for hyperlink cross-references on Docbooks and an optional markup syntax for in-source Documentation. eg: https://people.collabora.com/~danilo/intel/Documentation.MarkDown/DocBook/drm/API-drm-dev-ref.html old: https://people.collabora.com/~danilo/intel/Documentation.old/DocBook/drm/API-drm-dev-ref.html 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_modes.c | 12 +-- 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 | 54 +++++++--- scripts/kernel-doc | 170 ++++++++++++++++++++++--------- scripts/kernel-doc-xml-ref | 198 +++++++++++++++++++++++++++++++++++++ 10 files changed, 454 insertions(+), 222 deletions(-) create mode 100755 scripts/kernel-doc-xml-ref -- 2.4.6 -- 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/