Skip to content

Commit 99e8a86

Browse files
committed
doc: fix typo in doxygen cfgs for nmsis dsp and nn
Signed-off-by: Huaqi Fang <578567190@qq.com>
1 parent 1ce7ca9 commit 99e8a86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NMSIS/doc/source/doxygen/nmsis_dsp.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ GENERATE_HTMLHELP = NO
12941294
# written to the html output directory.
12951295
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12961296

1297-
CHM_FILE = NMSIS_Core.chm
1297+
CHM_FILE = NMSIS_DSP.chm
12981298

12991299
# The HHC_LOCATION tag can be used to specify the location (absolute path
13001300
# including file name) of the HTML help compiler (hhc.exe). If non-empty,

NMSIS/doc/source/doxygen/nmsis_nn.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ GENERATE_HTMLHELP = NO
12931293
# written to the html output directory.
12941294
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
12951295

1296-
CHM_FILE = NMSIS_Core.chm
1296+
CHM_FILE = NMSIS_NN.chm
12971297

12981298
# The HHC_LOCATION tag can be used to specify the location (absolute path
12991299
# including file name) of the HTML help compiler (hhc.exe). If non-empty,

0 commit comments

Comments
 (0)