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

Merge branch 'fix_doxy' into 'master'

Fix wrong exception name in Doxygen documentation

See merge request allpix-squared/allpix-squared!568
parents a8275307 d9bc6827
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ std::shared_ptr<DetectorModel> GeometryManager::getModel(const std::string& name
 * @throws InvalidModuleActionException If the passed detector is a null pointer
 * @throws ModuleError If the geometry is already closed before calling this function
 * @throws DetectorInvalidNameError If the detector name is invalid
 * @throws DetectorNameExistsError If the detector name is already registered before
 * @throws DetectorExistsError If the detector name is already registered before
 */
void GeometryManager::addDetector(std::shared_ptr<Detector> detector) {
    if(closed_) {