removed done todos
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user