IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a139b7a1 authored by ralfulrich's avatar ralfulrich
Browse files

added pdf documentation

parent ecbff68b
No related branches found
No related tags found
No related merge requests found
...@@ -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)
......
...@@ -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
......
/** /**
@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.
*/ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment