From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 37A59A04A4 for ; Wed, 27 May 2020 14:17:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1008C1D924; Wed, 27 May 2020 14:17:30 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id ED69E1D915 for ; Wed, 27 May 2020 14:17:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590581846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MZGD0UyX1XSEQ/P4X+pYoippY73tUPrQTV7AHB4JZUs=; b=Bte1a7ZwWik3vbctHy2KMt3hwXKjjgst94WA1JD+jmEmPvrnt2xX0faT7tk/g1YuFjWOW8 IC3JnNGV3rVk5K7WBvPDw5oXPNiSNAlbJj1U3prxB+pSm+sCBqolpejawzr7b2C1dRhUF4 yWmc7fbOJJrhALI0nk+ZnNc/qHaLTpk= Received: from mail-ua1-f72.google.com (mail-ua1-f72.google.com [209.85.222.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-324-qYop340pMUeG6SY0e0Q00A-1; Wed, 27 May 2020 08:17:24 -0400 X-MC-Unique: qYop340pMUeG6SY0e0Q00A-1 Received: by mail-ua1-f72.google.com with SMTP id k17so9326592uab.11 for ; Wed, 27 May 2020 05:17:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MZGD0UyX1XSEQ/P4X+pYoippY73tUPrQTV7AHB4JZUs=; b=D1Zo6FJ3A1P9Jb1eBh1Bq7shd+mFwPb1Mzl8f0mGOJiMkypcNZl0wcU67SRkax1mBW XIXX+++JdRvRd0PgXx0nX/7EILCOUE4XMMhMwdBMzB1LZGXcGihcZBqQnWIpUSUc8XA+ NS9Y3CgStmoBGJLzFr40onc34+5l1J69cTgxv/06cmIEQw1qomryE6nk4TwLSDCJukpN qotq5Tonq3yH6ZhfuLy0ytiFQ8M2W2x3G3TcbnVJxKrtWSsXE7AD6wmYOY4jGatm2sIJ CyJScvPyLmTuyDpMeS7/LtqSnHIa9yLjUq285S6m0yMTm3etw9QCnwCQyxIFu5Cr78em GbIA== X-Gm-Message-State: AOAM53115SY6OnlLDYOijNgVHyjFLq0hqoqstHepswJrbDiBZJn+i4SC KnpKiBTpd5x88yX56xRDZSI9vFo4M5ygMndQzlOO0Cu41Pwl7uOu9v2wF1U43zhKeI5ObDnVAaQ ZqJFmA5J6kPlV2+L4eIqPBMk= X-Received: by 2002:a05:6102:1158:: with SMTP id j24mr857651vsg.141.1590581843947; Wed, 27 May 2020 05:17:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwGxAYpT1WPkUfIsbBN1rNym5l/g7kCKrp8Iyy+B05uH6/88R79M1U97yYxqcI0wHI7LD9/dx5nbd7vxRArmPc= X-Received: by 2002:a05:6102:1158:: with SMTP id j24mr857634vsg.141.1590581843637; Wed, 27 May 2020 05:17:23 -0700 (PDT) MIME-Version: 1.0 References: <20200526202921.70718-1-thomas@monjalon.net> In-Reply-To: <20200526202921.70718-1-thomas@monjalon.net> From: David Marchand Date: Wed, 27 May 2020 14:17:12 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Jerin Jacob Kollanukkaran , Luca Boccassi , Kevin Traynor , dpdk stable , John McNamara , Marko Kovacevic X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] doc: fix API index X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, May 26, 2020 at 10:29 PM Thomas Monjalon wrote: > > With Doxygen 1.8.18, a warning appears when tagging > the main markdown header with {#index}. > That's why the tag has been removed from the API index in DPDK 20.05. > Unfortunately it makes the index page classified as a standard > "related page" instead of being the "main page". > > The tag {#mainpage} could be used instead of {#index}. > Another solution, chosen here, is to specify the main page file > in the Doxygen configuration with the variable USE_MDFILE_AS_MAINPAGE. > > Fixes: 76fb8fc486f9 ("doc: fix build with doxygen 1.8.18") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon I don't have a system with 1.8.18. With 1.8.15 (fc31), api/index.html is again populated with this page and links to this page are restored. Tested-by: David Marchand -- David Marchand