INTERFACEMarkUp ; IMPORT Buf, Wx; PROCEDURE Annotate (buf: Buf.T; wx: Wx.T; full := TRUE);
copy the Modula-3 source inbuf
towx
adding HTML annotations. By default, hypertext references are added for browsing imports, procedures, types... By settingfull
to FALSE, only the comments are converted to HTML text. No new hypertext references are added.
END MarkUp.