Commit cd1da729 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Merge branch 'p/doxygen-consistent-tags' into 'master'

Code cleanup for more consistency

See merge request allpix-squared/allpix-squared!646
parents a5a48a1a 96026608
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@ number_of_events = 1
random_seed = 0
log_format = LONG

#PASS (STATUS) <Allpix.cpp/load:L122> Initialized PRNG with configured seed 0
#PASS (STATUS) <Allpix.cpp/load:L124> Initialized PRNG with configured seed 0
#LABEL coverage
+6 −4
Original line number Diff line number Diff line
/** @file
/**
 * @file
 * @brief Implementation of interface to the core framework
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
 * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
 * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
@@ -236,7 +238,7 @@ void Allpix::finalize() {
    }
}

/*
/**
 * This function can be called safely from any signal handler. Time between the request to terminate
 * and the actual termination is not always negigible.
 */
+5 −3
Original line number Diff line number Diff line
/** @file
/**
 * @file
 * @brief Interface to the core framework
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
 * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
 * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
+1 −0
Original line number Diff line number Diff line
/**
 * @file
 * @brief Implementation of config manager
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
 * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
 * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
+1 −0
Original line number Diff line number Diff line
/**
 * @file
 * @brief Interface to the main configuration and its normal and special sections
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
 * This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
 * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an
Loading