From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756147AbdABPWc (ORCPT ); Mon, 2 Jan 2017 10:22:32 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:35698 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755969AbdABPWa (ORCPT ); Mon, 2 Jan 2017 10:22:30 -0500 From: Paolo Bonzini To: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Cc: corbet@lwn.net Subject: [PATCH 0/5] kernel-doc tweaks and cleanup of rST vs. non-rST backends Date: Mon, 2 Jan 2017 16:22:22 +0100 Message-Id: <20170102152227.9446-1-pbonzini@redhat.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, these patches are the result of my experiments with using kernel-doc for QEMU's documentation. Patches 1 and 2 should be relatively straightforward, as they are simple bugfixes. Patches 3 to 5, instead, are making the docbook backend (and the others too) more consistent with the input and output of the rST backend. I am not sure what is the state of the kernel-doc non-rST backends; but there are still several books using the docbook workflow, so I'm trying my luck and sending the patches anyway. :) Paolo Paolo Bonzini (5): kernel-doc: cleanup parameter type in function-typed arguments kernel-doc: strip attributes even if they have an argument kernel-doc: include parameter type in docbook output kernel-doc: make member highlighting available in all backends kernel-doc: make highlights more homogenous for the various backends scripts/kernel-doc | 99 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 74 insertions(+), 25 deletions(-) -- 2.9.3