From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965572AbcAZMJ0 (ORCPT ); Tue, 26 Jan 2016 07:09:26 -0500 Received: from mga02.intel.com ([134.134.136.20]:60829 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965545AbcAZMJV (ORCPT ); Tue, 26 Jan 2016 07:09:21 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,350,1449561600"; d="scan'208";a="901340258" From: Jani Nikula To: Jonathan Corbet , linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jani Nikula , Daniel Vetter Subject: [RFC 09/10] Documentation: convert gpu.tmpl to gpu.txt Date: Tue, 26 Jan 2016 14:08:54 +0200 Message-Id: <54cbd7ffdf4ec4810693882ee9af187ed7a7fc6a.1453809420.git.jani.nikula@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: <1453764522-29030-1-git-send-email-corbet@lwn.net> In-Reply-To: References: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the verbatim result of $ scripts/tmpl2asciidoc < Documentation/DocBook/gpu.tmpl > Documentation/DocBook/gpu.txt $ rm Documentation/DocBook/gpu.tmpl It should probably be split up to separate documents for GPU drivers etc. using include macros within asciidoc, but this is for demonstration purposes. Also, the pandoc --no-wrap is ugly, as explained in the commit message for the conversion tool. The output is worth looking at for the new style includes for kernel-doc comments, for example: include::drivers/gpu/drm/drm_irq.c,export[] include::include/drm/drmP.h,function,drm_crtc_vblank_waitqueue[] Signed-off-by: Jani Nikula *ATTENTION*: The patch was big and contained long lines which git send-email refused to mail (damn --no-wrap again). I just dropped it out and left this as placeholder. The commit is at: http://cgit.freedesktop.org/~jani/drm/commit/?h=kernel-asciidoc&id=aa4b1d229401e83c98a38c2b2fe1d9f3012bb5b5 --- Documentation/DocBook/gpu.tmpl | 3499 ---------------------------------------- Documentation/DocBook/gpu.txt | 1183 ++++++++++++++ 2 files changed, 1183 insertions(+), 3499 deletions(-) delete mode 100644 Documentation/DocBook/gpu.tmpl create mode 100644 Documentation/DocBook/gpu.txt