Commit fb0edaee authored by Daniil Rastorguev's avatar Daniil Rastorguev
Browse files

Laser: changed docstrings in header to newer format

parent e1dbd855
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;