This module exists to test the moduleView component. Content is extracted
from documentation comments. Paragraphs can span multiple lines and are
separated by a blank line. Leading and trailing whitespace is ignored.
Some formatting is supported:
importstd.stdio;
// Here's some codevoidmain() {
writeln("Hello, World!");
}
Declarations marked with a documentation comment should be included in the
result as a code sample. Furthermore, documented unittests should be
evaluated, with nodes passed to run() and stdout & stderr output
visible to the side.
This module exists to test the moduleView component. Content is extracted from documentation comments. Paragraphs can span multiple lines and are separated by a blank line. Leading and trailing whitespace is ignored.
Some formatting is supported:
Declarations marked with a documentation comment should be included in the result as a code sample. Furthermore, documented unittests should be evaluated, with nodes passed to run() and stdout & stderr output visible to the side.