From ededeb2736d0b4da2d65d79966ccfc51b16a70b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Thu, 12 Mar 2020 19:07:56 -0700 Subject: [PATCH] doc: fix some errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've been seeing these cause errors on the more recent versions of Doxygen which come with Arch Linux for a while now. Fix these: error: Illegal format for option TCL_SUBST, no equal sign ('=') specified for item 'YES' $ZEPHYR_BASE/tests/kernel/mem_protect/futex/src/main.c:461: warning: end of file with unbalanced grouping commands Just trying to get them out of my local output and as preparation for whenever they start showing up for Ubuntu. Signed-off-by: Martí Bolívar --- doc/zephyr.doxyfile.in | 6 ------ tests/kernel/mem_protect/futex/src/main.c | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index 3ffea12f0a3..b418239f880 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -225,12 +225,6 @@ ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \ ALIASES += "req=\xrefitem req \"Requirement\" \"Requirements\" " -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = YES - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all diff --git a/tests/kernel/mem_protect/futex/src/main.c b/tests/kernel/mem_protect/futex/src/main.c index 83a7df50ac9..b893cc754bb 100644 --- a/tests/kernel/mem_protect/futex/src/main.c +++ b/tests/kernel/mem_protect/futex/src/main.c @@ -458,3 +458,7 @@ void test_main(void) ztest_unit_test(test_futex_wait_nowait)); ztest_run_test_suite(test_futex); } + +/** + * @} + */