From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C2F657D043 for ; Fri, 29 Jun 2018 21:07:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933238AbeF2VHg (ORCPT ); Fri, 29 Jun 2018 17:07:36 -0400 Received: from ms.lwn.net ([45.79.88.28]:34048 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932577AbeF2VHg (ORCPT ); Fri, 29 Jun 2018 17:07:36 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 8E1654F01; Fri, 29 Jun 2018 21:07:35 +0000 (UTC) Date: Fri, 29 Jun 2018 15:07:34 -0600 From: Jonathan Corbet To: Mike Rapoport Cc: Matthew Wilcox , Jani Nikula , linux-doc Subject: Re: [PATCH v3 0/2] Documentation/sphinx: add kind of "nodocs" directive Message-ID: <20180629150734.4e680fcc@lwn.net> In-Reply-To: <1530306311-10510-1-git-send-email-rppt@linux.vnet.ibm.com> References: <1530306311-10510-1-git-send-email-rppt@linux.vnet.ibm.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sat, 30 Jun 2018 00:05:09 +0300 Mike Rapoport wrote: > These patches allow passing "-no-doc-sections" option to scripts/kernel-doc > from the sphinx generator. > > This allows to avoid duplicated DOC: sections when "kernel-doc:" directive > is used without explicit selection of functions or function types. For > instance, [1] has "IDA description" and "idr synchronization" twice. > > v3 changes: > * add description for empty "functions" directive to > Documentation/doc-guide/kernel-doc.rst Actually, I applied the previous set this morning...any chance you could send me the docs update separately? Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html