summaryrefslogtreecommitdiffstats
path: root/c-user/multiprocessing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-203-3/+3
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* c-user: Clarify constraintsSebastian Huber2021-04-281-1/+2
|
* c-user: Generate multiprocessing manager docsSebastian Huber2021-04-212-28/+84
| | | | | | | | | 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.
* c-user: Split up multiprocessing managerSebastian Huber2021-04-215-0/+528
This makes it easier to automatically generate parts of the module documentation in the future. Update #3993.