From cfda47fa43b1f692cd150cbf55620a9ab3330921 Mon Sep 17 00:00:00 2001 From: Plata Hill Date: Fri, 13 May 2022 15:58:31 +0000 Subject: Fix enum doc: close tags example didn't compile --- src/kconfig_compiler/README.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox index 0ead5939..ad64db87 100644 --- a/src/kconfig_compiler/README.dox +++ b/src/kconfig_compiler/README.dox @@ -400,8 +400,8 @@ this allows the same Enum value names to be used in different enums. For example \code{.xml} - - + + \endcode @@ -429,8 +429,8 @@ is set to true, the .kcfg entry \code{.xml} - - + + \endcode @@ -453,8 +453,8 @@ An example of a specifically named enum: \code{.xml} - - + + \endcode -- cgit v1.2.1