From 163cebc7065cd85650f45e93203b3ea8dd82f652 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 15 Apr 2021 12:02:09 +0200 Subject: KConfig: rename kconfigdata.h to kconfigdata_p.h It's internal, the symbols are not exported, the header is not installed. The _p.h naming makes this more obvious, when grepping for stuff in public API. --- docs/DESIGN.kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/DESIGN.kconfig b/docs/DESIGN.kconfig index 1aa0a3f8..68994aed 100644 --- a/docs/DESIGN.kconfig +++ b/docs/DESIGN.kconfig @@ -1,4 +1,4 @@ -kconfigdata.h contains definitions of the data formats used by kconfig. +kconfigdata_p.h contains definitions of the data formats used by kconfig. Configuration entries are stored as "KEntry". They are indexed with "KEntryKey". The primary store is a "KEntryMap" which is defined as a QMap from "KEntryKey" -- cgit v1.2.1