removed done todos

This commit is contained in:
Simon
2025-04-27 22:05:41 +02:00
parent a3495dbc72
commit 69c1afa5dc
6 changed files with 1 additions and 17 deletions

View File

@@ -72,7 +72,6 @@
* without any overlap and should be able to display at least 3 lines.
* In \MPStuBS, two windows can be placed side-by-side, having 40 columns each.
*
* \todo(11) Define `dout`
*/
extern TextStream dout[Core::MAX];
@@ -83,11 +82,11 @@ extern TextStream dout[Core::MAX];
* an array in the multi core case, which consists of three TextStreams and
* one CopyStream.
* For that, construction is done like:
* \todo(11) Define `copyout`
*
* \code{.cpp}
* OutputStream* copyout[Core::MAX]{&dout[0], &dout[1], ...}
* \endcode
*
* \todo(11) Define `copyout`
*/
extern OutputStream* copyout[Core::MAX];