Skip to content

Commit 10872a1

Browse files
committed
spelling: javascript
1 parent ecfcfec commit 10872a1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

doc/doxyfile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
271271
# parses. With this tag you can assign which parser to use for a given
272272
# extension. Doxygen has a built-in mapping, but you can override or extend it
273273
# 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,
275275
# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
276276
# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
277277
# (default is Fortran), use: inc=Fortran f=C.
@@ -1408,7 +1408,7 @@ FORMULA_FONTSIZE = 10
14081408
FORMULA_TRANSPARENT = YES
14091409

14101410
# 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
14121412
# instead of using prerendered bitmaps. Use this if you do not have LaTeX
14131413
# installed or if you want to formulas look prettier in the HTML output. When
14141414
# enabled you may also need to install MathJax separately and configure the path
@@ -1478,7 +1478,7 @@ MATHJAX_CODEFILE =
14781478
SEARCHENGINE = NO
14791479

14801480
# 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
14821482
# are two flavours of web server based searching depending on the
14831483
# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
14841484
# searching and an index file used by the script. When EXTERNAL_SEARCH is

doc/web_doxyfile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
271271
# parses. With this tag you can assign which parser to use for a given
272272
# extension. Doxygen has a built-in mapping, but you can override or extend it
273273
# 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,
275275
# C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
276276
# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
277277
# (default is Fortran), use: inc=Fortran f=C.
@@ -1408,7 +1408,7 @@ FORMULA_FONTSIZE = 10
14081408
FORMULA_TRANSPARENT = YES
14091409

14101410
# 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
14121412
# instead of using prerendered bitmaps. Use this if you do not have LaTeX
14131413
# installed or if you want to formulas look prettier in the HTML output. When
14141414
# enabled you may also need to install MathJax separately and configure the path
@@ -1478,7 +1478,7 @@ MATHJAX_CODEFILE =
14781478
SEARCHENGINE = NO
14791479

14801480
# 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
14821482
# are two flavours of web server based searching depending on the
14831483
# EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
14841484
# searching and an index file used by the script. When EXTERNAL_SEARCH is

include/json/writer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
9999
- "dropNullPlaceholders": false or true
100100
- Drop the "null" string from the writer's output for nullValues.
101101
Strictly speaking, this is not valid JSON. But when the output is being
102-
fed to a browser's Javascript, it makes for smaller output and the
102+
fed to a browser's JavaScript, it makes for smaller output and the
103103
browser can handle the output just fine.
104104
- "useSpecialFloats": false or true
105105
- If true, outputs non-finite floating point values in the following way:
@@ -169,7 +169,7 @@ class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API FastWriter
169169

170170
/** \brief Drop the "null" string from the writer's output for nullValues.
171171
* Strictly speaking, this is not valid JSON. But when the output is being
172-
* fed to a browser's Javascript, it makes for smaller output and the
172+
* fed to a browser's JavaScript, it makes for smaller output and the
173173
* browser can handle the output just fine.
174174
*/
175175
void dropNullPlaceholders();

0 commit comments

Comments
 (0)