Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
dune-uggrid
Merge requests
!204
Run codespell during ci
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Run codespell during ci
run-codespell-during-ci
into
master
Overview
0
Commits
7
Pipelines
7
Changes
48
Merged
Oliver Sander
requested to merge
run-codespell-during-ci
into
master
2 years ago
Overview
0
Commits
7
Pipelines
7
Changes
48
Expand
0
0
Merge request reports
Compare
master
version 6
29bb98c9
2 years ago
version 5
2e8eddfe
2 years ago
version 4
9e8deed8
2 years ago
version 3
ba73fea8
2 years ago
version 2
303c9e89
2 years ago
version 1
b0524a28
2 years ago
master (base)
and
latest version
latest version
fec22d91
7 commits,
2 years ago
version 6
29bb98c9
4 commits,
2 years ago
version 5
2e8eddfe
4 commits,
2 years ago
version 4
9e8deed8
6 commits,
2 years ago
version 3
ba73fea8
3 commits,
2 years ago
version 2
303c9e89
3 commits,
2 years ago
version 1
b0524a28
2 commits,
2 years ago
48 files
+
341
−
339
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
48
Search (e.g. *.vue) (Ctrl+P)
doc/Doxyfile
+
2
−
2
Options
@@ -278,10 +278,10 @@ TYPEDEF_HIDES_STRUCT = NO
# For small to medium size projects (<1000 input files) the default value is
# probably good enough. For larger projects a too small cache size can cause
# doxygen to be busy swapping symbols to and from disk most of the time
# causing a significant performance penal
i
ty.
# causing a significant performance penalty.
# 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 roug
h
ly 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
Loading