@@ -271,7 +271,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
271
271
# parses. With this tag you can assign which parser to use for a given
272
272
# extension. Doxygen has a built-in mapping, but you can override or extend it
273
273
# using this tag. The format is ext=language, where ext is a file extension, and
274
- # language is one of the parsers supported by doxygen: IDL, Java, Javascript ,
274
+ # language is one of the parsers supported by doxygen: IDL, Java, JavaScript ,
275
275
# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
276
276
# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
277
277
# (default is Fortran), use: inc=Fortran f=C.
@@ -1408,7 +1408,7 @@ FORMULA_FONTSIZE = 10
1408
1408
FORMULA_TRANSPARENT = YES
1409
1409
1410
1410
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1411
- # http://www.mathjax.org) which uses client side Javascript for the rendering
1411
+ # http://www.mathjax.org) which uses client side JavaScript for the rendering
1412
1412
# instead of using prerendered bitmaps. Use this if you do not have LaTeX
1413
1413
# installed or if you want to formulas look prettier in the HTML output. When
1414
1414
# enabled you may also need to install MathJax separately and configure the path
@@ -1478,7 +1478,7 @@ MATHJAX_CODEFILE =
1478
1478
SEARCHENGINE = NO
1479
1479
1480
1480
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1481
- # implemented using a web server instead of a web client using Javascript . There
1481
+ # implemented using a web server instead of a web client using JavaScript . There
1482
1482
# are two flavours of web server based searching depending on the
1483
1483
# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1484
1484
# searching and an index file used by the script. When EXTERNAL_SEARCH is
0 commit comments