diff --git a/Documentation/Doxygen/Doxyfile.in b/Documentation/Doxygen/Doxyfile.in index 400b6f2e0877f77709a7fdacbf9ba8ff370e6124..3083700bd447f1fbc0968c856846f4868544f668 100644 --- a/Documentation/Doxygen/Doxyfile.in +++ b/Documentation/Doxygen/Doxyfile.in @@ -1,12 +1,14 @@ -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 diff --git a/ThirdParty/ThirdParty.dox b/ThirdParty/ThirdParty.dox new file mode 100644 index 0000000000000000000000000000000000000000..956b180f5c8936762d0083b75c9bc599314a7769 --- /dev/null +++ b/ThirdParty/ThirdParty.dox @@ -0,0 +1,28 @@ +/** +@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 + +*/ diff --git a/corsika.dox b/corsika.dox new file mode 100644 index 0000000000000000000000000000000000000000..9416fcf60d97b199e6381bcb6defc58cad71c99a --- /dev/null +++ b/corsika.dox @@ -0,0 +1,8 @@ +/** +@mainpage CORSIKA air shower simulations + +Source code documentation and reference guide for the CORSIKA8 +software framework for air shower simulations. + + +*/