Skip to content

Commit e108a67

Browse files
author
Herbert Koelman
committed
fixed missing comment warning (doxygen)
1 parent 8117748 commit e108a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pthread/lock_guard.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace pthread {
6161
return _mutex ;
6262
}
6363

64-
/*
64+
/**
6565
Desabling the = operator.
6666
*/
6767
void operator=(lock_guard &) = delete;

0 commit comments

Comments
 (0)