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
a139b7a1
Commit
a139b7a1
authored
6 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
added pdf documentation
parent
ecbff68b
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/CMakeLists.txt
+5
-0
5 additions, 0 deletions
Documentation/Doxygen/CMakeLists.txt
Documentation/Doxygen/Doxyfile.in
+1
-1
1 addition, 1 deletion
Documentation/Doxygen/Doxyfile.in
corsika.dox
+12
-3
12 additions, 3 deletions
corsika.dox
with
18 additions
and
4 deletions
Documentation/Doxygen/CMakeLists.txt
+
5
−
0
View file @
a139b7a1
...
@@ -16,7 +16,12 @@ if (DOXYGEN_FOUND)
...
@@ -16,7 +16,12 @@ if (DOXYGEN_FOUND)
COMMENT
"Generating API documentation with Doxygen"
COMMENT
"Generating API documentation with Doxygen"
VERBATIM
)
VERBATIM
)
add_custom_command
(
TARGET doxygen POST_BUILD
COMMAND cd
${
CMAKE_CURRENT_BINARY_DIR
}
/latex; pdflatex refman.tex
)
install
(
DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/html DESTINATION share/doc OPTIONAL
)
install
(
DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/html DESTINATION share/doc OPTIONAL
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/latex/refman.pdf DESTINATION share/doc OPTIONAL
)
else
(
DOXYGEN_FOUND
)
else
(
DOXYGEN_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
Documentation/Doxygen/Doxyfile.in
+
1
−
1
View file @
a139b7a1
...
@@ -6,7 +6,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../..
...
@@ -6,7 +6,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../..
EXCLUDE_PATTERN = "*/ThirdParty/*/*"
EXCLUDE_PATTERN = "*/ThirdParty/*/*"
GENERATE_HTML = YES
GENERATE_HTML = YES
GENERATE_LATEX =
NO
GENERATE_LATEX =
YES
FILE_PATTERNS = *.cc *.cpp *.cxx *.h *.dox
FILE_PATTERNS = *.cc *.cpp *.cxx *.h *.dox
RECURSIVE = YES
RECURSIVE = YES
...
...
This diff is collapsed.
Click to expand it.
corsika.dox
+
12
−
3
View file @
a139b7a1
/**
/**
@mainpage CORSIKA air shower simulations
@mainpage CORSIKA air shower simulations
framework
Source code documentation and reference guide for the CORSIKA8
Documentation and reference guide for the CORSIKA8 software framework
software framework for air shower simulations.
for air shower simulations. CORSIKA is the most comprehensive
framework for air shower simulations. CORSIKA is characterized by
simulating particle cascades in astrophysical environments. The impact
of stochastic and continuous processes on the cascade development is
simulated. To boost computational efficiency different techniques are
provided, like thinning or cascade equations.
The software makes extensive use of static design patterns and
compiler optimization. Thus, the most fundamental configuration
decision of the user must be performed at compile time. At runtime
only spcific parameters can still be changed.
*/
*/
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