summaryrefslogtreecommitdiffstats
path: root/c-user/barrier (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-15c-user: Use a common phrase for pointer parametersSebastian Huber1-7/+8
Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
2021-04-28c-user: Clarify constraintsSebastian Huber1-1/+2
2021-02-10c-user: Generate barrier manager documentationSebastian Huber3-218/+395
The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
2020-09-02c-user: Split up barrier managerSebastian Huber5-0/+427
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.