|
17 | 17 | # DX_???_FEATURE(ON|OFF) - control the default setting fo a Doxygen feature.
|
18 | 18 | # Supported features are 'DOXYGEN' itself, 'DOT' for generating graphics,
|
19 | 19 | # 'HTML' for plain HTML, 'CHM' for compressed HTML help (for MS users), 'CHI'
|
20 |
| -# for generating a seperate .chi file by the .chm file, and 'MAN', 'RTF', |
| 20 | +# for generating a separate .chi file by the .chm file, and 'MAN', 'RTF', |
21 | 21 | # 'XML', 'PDF' and 'PS' for the appropriate output formats. The environment
|
22 | 22 | # variable DOXYGEN_PAPER_SIZE may be specified to override the default 'a4wide'
|
23 | 23 | # paper size.
|
@@ -248,8 +248,8 @@ DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
|
248 | 248 | DX_ENV_APPEND(GENERATE_HTMLHELP, YES)],
|
249 | 249 | [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)])
|
250 | 250 |
|
251 |
| -# Seperate CHI file generation. |
252 |
| -DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file], |
| 251 | +# Separate CHI file generation. |
| 252 | +DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file], |
253 | 253 | [DX_CHECK_DEPEND(chm, 1)],
|
254 | 254 | [DX_CLEAR_DEPEND(chm, 1)],
|
255 | 255 | [],
|
|
0 commit comments