Unverified Commit 96026608 authored by Stephan Lachnit's avatar Stephan Lachnit
Browse files

always start multiline comments with /**

parent 58bf4273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,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.
 */
+2 −2
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ void GeometryManager::load_models() {
    }
}

/*
/**
 * After closing the geometry new parts of the geometry cannot be added anymore. All the models for the detectors in the
 * configuration are resolved to requested type (and an error is thrown if this is not possible). Also if a parameter is
 * specialized in the detector config a copy of the model is created with those specialized settings.
@@ -486,7 +486,7 @@ void GeometryManager::close_geometry() {
    closed_ = true;
    LOG(TRACE) << "Closed geometry";
}
/*
/**
 * Calculates the position and orientation of the object from the provided configuration file
 */
std::pair<XYZPoint, Rotation3D> GeometryManager::calculate_orientation(const Configuration& config) {
+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ std::string DefaultLogger::get_current_date() {
    return ss.str();
}

/*
/**
 * It is impossible to know for sure a terminal has support for all extra terminal features, but every modern terminal has
 * this so we just assume it.
 */
+1 −1
Original line number Diff line number Diff line
/*
/**
 * @file
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.
+1 −1
Original line number Diff line number Diff line
/*
/**
 * @file
 *
 * @copyright Copyright (c) 2017-2020 CERN and the Allpix Squared authors.