Skip to content

Commit 00eb866

Browse files
mbolivar-nordicgalak
authored andcommitted
doc: fix some errors
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. [Backport of ededeb2] Signed-off-by: Martí Bolívar <[email protected]>
1 parent bc3cb85 commit 00eb866

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/zephyr.doxyfile.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ ALIASES = "rst=\verbatim embed:rst" \
229229

230230
ALIASES += "req=\xrefitem req \"Requirement\" \"Requirements\" "
231231

232-
# This tag can be used to specify a number of word-keyword mappings (TCL only).
233-
# A mapping has the form "name=value". For example adding "class=itcl::class"
234-
# will allow you to use the command class in the itcl::class meaning.
235-
236-
TCL_SUBST = YES
237-
238232
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
239233
# only. Doxygen will then generate output that is more tailored for C. For
240234
# instance, some of the names that are used will be different. The list of all

0 commit comments

Comments
 (0)