Michele Caini před 7 roky
rodič
revize
083a58753b
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/entt/signal/sigh.hpp

+ 2 - 2
src/entt/signal/sigh.hpp

@@ -160,7 +160,7 @@ class connection {
     {}
     {}
 
 
 public:
 public:
-    /*! Default constructor. */
+    /*! @brief Default constructor. */
     connection() = default;
     connection() = default;
 
 
     /*! @brief Default copy constructor. */
     /*! @brief Default copy constructor. */
@@ -227,7 +227,7 @@ private:
  * when it goes out of scope.
  * when it goes out of scope.
  */
  */
 struct scoped_connection: private connection {
 struct scoped_connection: private connection {
-    /*! Default constructor. */
+    /*! @brief Default constructor. */
     scoped_connection() = default;
     scoped_connection() = default;
 
 
     /**
     /**