Commit c575fddf authored by Daniil Rastorguev's avatar Daniil Rastorguev Committed by Simon Spannagel
Browse files

Laser: changed docstrings in header to newer format

(cherry picked from commit fb0edaee)
parent cc4a4d15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,12 +62,12 @@ namespace allpix {
        DepositionLaserModule(Configuration& config, Messenger* messenger, GeometryManager* geo_manager);

        /**
         * @brief [Initialise this module]
         * @brief Initialization method of the module
         */
        void initialize() override;

        /**
         * @brief [Run the function of this module]
         * @brief Run method of the module
         */
        void run(Event* event) override;