IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
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
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Pranav Sampathkumar
corsika
Commits
6dbb689c
Commit
6dbb689c
authored
6 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
also support .dox files
parent
42e43837
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Documentation/Doxygen/Doxyfile.in
+4
-2
4 additions, 2 deletions
Documentation/Doxygen/Doxyfile.in
ThirdParty/ThirdParty.dox
+28
-0
28 additions, 0 deletions
ThirdParty/ThirdParty.dox
corsika.dox
+8
-0
8 additions, 0 deletions
corsika.dox
with
40 additions
and
2 deletions
Documentation/Doxygen/Doxyfile.in
+
4
−
2
View file @
6dbb689c
PROJECT_NAME = CORSIKA8
PROJECT_NAME = CORSIKA
PROJECT_NUMBER = 8.0.0
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../..
EXCLUDE_PATTERN = "*/ThirdParty/*/*"
GENERATE_HTML = YES
GENERATE_LATEX = NO
FILE_PATTERNS = *.cc *.
h
FILE_PATTERNS = *.cc *.
cpp *.cxx *.h *.dox
RECURSIVE = YES
SOURCE_BROWSER = YES
...
...
This diff is collapsed.
Click to expand it.
ThirdParty/ThirdParty.dox
0 → 100644
+
28
−
0
View file @
6dbb689c
/**
@page ThirdParty
@tableofcontents
In the directory ThirdParty we provide simple dependencies. This
minimizes the need to install additional software for the user. Note
the individual copyrights and licences here!
@section PhysUnits
The PhysUnits library is an external dependency included here just for
convenience:
Original source code from: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references
Licence: BSL-1.0 (https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt)
References: https://github.com/martinmoene/PhysUnits-CT-Cpp11#references
@section catch2
The catch2 unit testing library is from: https://github.com/catchorg/Catch2
Licence: BSL-1.0 (https://github.com/martinmoene/PhysUnits-CT-Cpp11/blob/master/LICENSE_1_0.txt)
References: https://github.com/catchorg/Catch2
*/
This diff is collapsed.
Click to expand it.
corsika.dox
0 → 100644
+
8
−
0
View file @
6dbb689c
/**
@mainpage CORSIKA air shower simulations
Source code documentation and reference guide for the CORSIKA8
software framework for air shower simulations.
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment