Michele Caini 6 лет назад
Родитель
Сommit
083a58753b
1 измененных файлов с 2 добавлено и 2 удалено
  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;
 
 
     /**
     /**