-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #1668
base: master
Are you sure you want to change the base?
Spelling #1668
Changes from all commits
0926570
a55ae16
f8a107e
5e6cc0a
0cfcf4b
c3cbbb9
3e8f515
eef8f99
bbd6307
c3d6c7a
12b499d
d180a83
11bce11
b2df399
fdada4b
15fa14d
915d2f8
57a9a87
a9a31bb
6e80c80
49dd16e
0216a8e
b00fa07
754d854
f02ffd2
982e096
fa30cea
7250bbc
0952ce7
c677f06
c654415
8414713
1ccc2ea
1466976
769e4f3
ff56faa
4da8adb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ CREATE_SUBDIRS = NO | |
# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, | ||
# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English | ||
# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, | ||
# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, | ||
# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The doxygen file should probably be skipped... I keep running into it. (I actually intentionally didn't correct Javascript -> JavaScript) Happy to drop this file or any others... |
||
# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. | ||
|
||
OUTPUT_LANGUAGE = English | ||
|
@@ -282,7 +282,7 @@ TYPEDEF_HIDES_STRUCT = NO | |
# causing a significant performance penality. | ||
# If the system has enough physical memory increasing the cache will improve the | ||
# performance by keeping more symbols in memory. Note that the value works on | ||
# a logarithmic scale so increasing the size by one will rougly double the | ||
# a logarithmic scale so increasing the size by one will roughly double the | ||
# memory usage. The cache size is given by this formula: | ||
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, | ||
# corresponding to a cache size of 2^16 = 65536 symbols | ||
|
@@ -1078,7 +1078,7 @@ SEARCHENGINE = NO | |
# using Javascript. Doxygen will generate the search PHP script and index | ||
# file to put on the web server. The advantage of the server | ||
# based approach is that it scales better to large projects and allows | ||
# full text search. The disadvances is that it is more difficult to setup | ||
# full text search. The disadvantages is that it is more difficult to setup | ||
# and does not have live searching capabilities. | ||
|
||
SERVER_BASED_SEARCH = NO | ||
|
@@ -1479,7 +1479,7 @@ DOT_NUM_THREADS = 0 | |
# directory and reference it in all dot files that doxygen generates. This | ||
# font does not include all possible unicode characters however, so when you need | ||
# these (or just want a differently looking font) you can specify the font name | ||
# using DOT_FONTNAME. You need need to make sure dot is able to find the font, | ||
# using DOT_FONTNAME. You need to make sure dot is able to find the font, | ||
# which can be done by putting it in a standard location or by setting the | ||
# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory | ||
# containing the font. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -735,7 +735,7 @@ KeyMap::keyForModifier(KeyButton button, SInt32 group, | |
|
||
// find a key that generates the given modifier in the given group | ||
// but doesn't use the given button, presumably because we're trying | ||
// to generate a KeyID that's only bound the the given button. | ||
// to generate a KeyID that's only bound the given button. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Duplicate word handling is a relatively new thing for me, but I think this is right. |
||
// this is important when a shift button is modified by shift; we | ||
// must use the other shift button to do the shifting. | ||
const ModifierKeyItemList& items = | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brand