Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1710c258
authored
9 years ago
by
Tobias Schuele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in Doxygen documentation
parent
bc33eee6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
base_cpp/include/embb/base/mutex.h
+0
-1
No files found.
base_cpp/include/embb/base/mutex.h
View file @
1710c258
...
@@ -44,7 +44,6 @@ namespace base {
...
@@ -44,7 +44,6 @@ namespace base {
* \{
* \{
* \par Description
* \par Description
*
*
12345678901234567890123456789012345678901234567890123456789012345678901234567890
* The mutex concept is used for thread synchronization and provides a lock.
* The mutex concept is used for thread synchronization and provides a lock.
* At any point in time, only one thread can exclusively hold the lock and
* At any point in time, only one thread can exclusively hold the lock and
* the lock is held until the thread explicitly releases it.
* the lock is held until the thread explicitly releases it.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment