From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933566AbcAYXl0 (ORCPT ); Mon, 25 Jan 2016 18:41:26 -0500 Received: from tex.lwn.net ([70.33.254.29]:60457 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753387AbcAYXlY (ORCPT ); Mon, 25 Jan 2016 18:41:24 -0500 Date: Mon, 25 Jan 2016 16:41:22 -0700 From: Jonathan Corbet To: Jani Nikula Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, daniel@ffwll.ch Subject: Re: [PATCH] kernel-doc: add support for asciidoc output Message-ID: <20160125164122.15fdedb3@lwn.net> In-Reply-To: <1453106477-21359-1-git-send-email-jani.nikula@intel.com> References: <1453106477-21359-1-git-send-email-jani.nikula@intel.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 Jan 2016 10:41:17 +0200 Jani Nikula wrote: > Add new -asciidoc option to produce asciidoc output from kernel-doc. The > output is formatted internally, with no dependencies on external > tools. Any asciidoc formatting present in kernel-doc will naturally be > present in the resulting asciidoc as well. As you may have seen, I took this and sort of ran with it - thanks! I'm not sure I want to merge this functionality without an in-kernel user, but we're on the way toward having that now. > I tested this mostly on drm/i915. I had to drop a few totally bogus > kernel-doc comments for everything to work cleanly, series at > http://patchwork.freedesktop.org/series/2581/. Aside from all of this, could I prevail upon you to submit those? They are worth having regardless. Thanks, jon