If you use the following MonkeyDoc example, the line with '#Import' is removed from the docs output:
@example
#Import "<std>"
@end
If you use '\#' instead, the '\' (backslash) is actually dispayed in the docs.
@example
\#Import "<std>"
@end
As an example see the documentation for std.memory.DataBuffer.New() ( DataBuffer )