Commit 6e5f82f4 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Fix doxygen

parent 82670ed5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ namespace allpix {
        /**
         * @brief Constructs the base detector model
         * @param type Name of the model type
         * @param assembly Detector assembly object with information about ASIC and packaging
         * @param reader Configuration reader with description of the model
         */
        explicit DetectorModel(std::string type, std::shared_ptr<DetectorAssembly> assembly, ConfigReader reader);
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ namespace allpix {
        /**
         * @brief Constructs the pixel detector model
         * @param type Name of the model type
         * @param assembly Detector assembly object with information about ASIC and packaging
         * @param reader Configuration reader with description of the model
         */
        explicit PixelDetectorModel(std::string type,
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ namespace allpix {
        /**
         * @brief Constructs the radial strip detector model
         * @param type Name of the model type
         * @param assembly Detector assembly object with information about ASIC and packaging
         * @param reader Configuration reader with description of the model
         */
        explicit RadialStripDetectorModel(std::string type,