From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752444AbcELNP5 (ORCPT ); Thu, 12 May 2016 09:15:57 -0400 Received: from mga01.intel.com ([192.55.52.88]:39193 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751648AbcELNP4 (ORCPT ); Thu, 12 May 2016 09:15:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,610,1455004800"; d="scan'208";a="978363993" From: Jani Nikula To: Jonathan Corbet , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: jani.nikula@intel.com Subject: [PATCH 0/9] kernel-doc/docproc prep work for reStructuredText Date: Thu, 12 May 2016 16:15:35 +0300 Message-Id: X-Mailer: git-send-email 2.1.4 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 Jon, I was hoping we could consider nudging things forward a bit in the kernel-doc and docproc reStructuredText front already in 4.7. I know it's a bit close to the merge window, but this should not interfere with anything else, and some of it are just trivial cleanups that I've been carrying around locally. Obviously this doesn't actually add anything that uses them yet, but I think it would be helpful to have some common base in to ease collaboration. BR, Jani. Jani Nikula (8): kernel-doc: rewrite usage description, remove duplicated comments kernel-doc: use rst C domain directives and references for types docproc: add variables for subcommand and filename docproc: reduce unnecessary indentation docproc: abstract docproc directive detection docproc: abstract terminating lines at first space docproc: add support for reStructuredText format via --rst option docproc: print a comment about autogeneration for rst output Jonathan Corbet (1): kernel-doc: produce RestructuredText output scripts/docproc.c | 221 +++++++++++++++++++++++++++---------- scripts/kernel-doc | 315 +++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 430 insertions(+), 106 deletions(-) -- 2.1.4