INTERFACEMarkUp ; IMPORT Buf, Marker, Wx, Wr, Thread; PROCEDURE Annotate (buf: Buf.T; wx: Wx.T; ins: Marker.LineInsertion; target: TEXT) RAISES {Wr.Failure, Thread.Alerted};
Copy the Modula-3 source inbuf
towx
adding HTML annotations and inserting any text inins
. Iftarget
is non-NIL, mark its declaration with the M3MarkUp.ThisDecl anchor.
END MarkUp.