@@ -299,7 +299,7 @@ OPTIMIZE_OUTPUT_SLICE = NO
299
299
# parses. With this tag you can assign which parser to use for a given
300
300
# extension. Doxygen has a built-in mapping, but you can override or extend it
301
301
# using this tag. The format is ext=language, where ext is a file extension, and
302
- # language is one of the parsers supported by doxygen: IDL, Java, Javascript ,
302
+ # language is one of the parsers supported by doxygen: IDL, Java, JavaScript ,
303
303
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
304
304
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
305
305
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
@@ -1279,9 +1279,9 @@ HTML_TIMESTAMP = NO
1279
1279
1280
1280
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
1281
1281
# documentation will contain a main index with vertical navigation menus that
1282
- # are dynamically created via Javascript . If disabled, the navigation index will
1282
+ # are dynamically created via JavaScript . If disabled, the navigation index will
1283
1283
# consists of multiple levels of tabs that are statically embedded in every HTML
1284
- # page. Disable this option to support browsers that do not have Javascript ,
1284
+ # page. Disable this option to support browsers that do not have JavaScript ,
1285
1285
# like the Qt help browser.
1286
1286
# The default value is: YES.
1287
1287
# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -1570,7 +1570,7 @@ FORMULA_FONTSIZE = 10
1570
1570
FORMULA_TRANSPARENT = YES
1571
1571
1572
1572
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1573
- # https://www.mathjax.org) which uses client side Javascript for the rendering
1573
+ # https://www.mathjax.org) which uses client side JavaScript for the rendering
1574
1574
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
1575
1575
# installed or if you want to formulas look prettier in the HTML output. When
1576
1576
# enabled you may also need to install MathJax separately and configure the path
@@ -1640,7 +1640,7 @@ MATHJAX_CODEFILE =
1640
1640
SEARCHENGINE = YES
1641
1641
1642
1642
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1643
- # implemented using a web server instead of a web client using Javascript . There
1643
+ # implemented using a web server instead of a web client using JavaScript . There
1644
1644
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
1645
1645
# setting. When disabled, doxygen will generate a PHP script for searching and
1646
1646
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
0 commit comments