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 D1CE2A00BE; Thu, 28 May 2020 12:04:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 19DBE1DB7E; Thu, 28 May 2020 12:04:44 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 546C81DB7A; Thu, 28 May 2020 12:04:42 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id x13so12571148wrv.4; Thu, 28 May 2020 03:04:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=NV8YOcH7RjxZeHHDGnAQrzhq6cDHKH2R0rl9vP8g4ZA=; b=Gh/K6pT3hcKQw5KLk9d/AO38270vEtiyr54VgdkOeZDgKtihccbfics0QSAOVzyLE2 QVre5gBIZIcs+EVejAyrJxEYTf/R7sPB/kv80u0UAVex+JSBCHXMb7elm6PoO16+lKh7 ho2eXmE1Vacwjmoiwd/MyZI20Z/7ffLKrqA1eVLHhAmUC/S+gCyQ48eVGJ1Pmackf0ZE 67qKabzEpxLDwHRV0i97BVcxgybya/NwqR8Q60SIj6d5K54A8I4CN9fKE7HTLWTECqS8 +BHo0vQI0Qn3dmjF5+K5FiJve+u+17pnQ/KEhaQNSVN9QBPaD9ZB2/C1QsRgCJd0O6mr 3bRQ== X-Gm-Message-State: AOAM530JJO1hFla5GpOGky1iF3w3GvX/LQqVsB8Q9KmZiL5eJyG56ZDp lER2w7X7bv9q7bE649cjTKA= X-Google-Smtp-Source: ABdhPJxL1wZBk45wMQJ/YQxUPq2JGdo7hRbbU1bB3uik7jzWzSIwS4uJQ/K+VXgyEGyNKYODS+hTYw== X-Received: by 2002:adf:ab09:: with SMTP id q9mr2714140wrc.79.1590660281968; Thu, 28 May 2020 03:04:41 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id 10sm5983335wmw.26.2020.05.28.03.04.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 03:04:41 -0700 (PDT) Message-ID: From: Luca Boccassi To: David Marchand , Thomas Monjalon Cc: dev , Jerin Jacob Kollanukkaran , Kevin Traynor , dpdk stable , John McNamara , Marko Kovacevic Date: Thu, 28 May 2020 11:04:40 +0100 In-Reply-To: References: <20200526202921.70718-1-thomas@monjalon.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] doc: fix API index X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 2020-05-28 at 11:14 +0200, David Marchand wrote: > On Wed, May 27, 2020 at 2:17 PM David Marchand > 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". > > >=20 > > > 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= . > > >=20 > > > Fixes: 76fb8fc486f9 ("doc: fix build with doxygen 1.8.18") > > > Cc: stable@dpdk.org > > >=20 > > > Signed-off-by: Thomas Monjalon > > Tested-by: David Marchand >=20 > Applied, thanks. >=20 > Luca, I saw you marked 76fb8fc486f9 ("doc: fix build with doxygen > 1.8.18") for 19.11.3. > So this current patch is a candidate for 19.11.3 too. Already applied on suggestion from Thomas, thanks --=20 Kind regards, Luca Boccassi