From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 4/5] eal: mark internal interrupts file as such to doxygen Date: Thu, 19 Oct 2017 17:36:28 +0100 Message-ID: <20171019163629.28618-5-bruce.richardson@intel.com> References: <20171019163629.28618-1-bruce.richardson@intel.com> Cc: Bruce Richardson To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 12EE71B28B for ; Thu, 19 Oct 2017 18:44:13 +0200 (CEST) In-Reply-To: <20171019163629.28618-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Put a file-level comment on rte_eal_interrupts.h to mark it as an internal only header. Signed-off-by: Bruce Richardson --- lib/librte_eal/common/include/rte_eal_interrupts.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/librte_eal/common/include/rte_eal_interrupts.h b/lib/librte_eal/common/include/rte_eal_interrupts.h index 64f8e1eb3..5628f62c1 100644 --- a/lib/librte_eal/common/include/rte_eal_interrupts.h +++ b/lib/librte_eal/common/include/rte_eal_interrupts.h @@ -35,6 +35,14 @@ #error "don't include this file directly, please include generic " #endif +/** + * @file rte_eal_interrupts.h + * @internal + * + * Contains function prototypes exposed by the EAL for interrupt handling by + * drivers and other DPDK internal consumers. + */ + #ifndef _RTE_EAL_INTERRUPTS_H_ #define _RTE_EAL_INTERRUPTS_H_ -- 2.13.6