INTERFACEM3MarkUp ; IMPORT Buf, Marker; PROCEDURE Get (buf: Buf.T; target: TEXT): Marker.CharInsertion;
generate the hypertext links needed to reflect IMPORTs and EXPORTs. Iftarget
is non-NIL, generate aThisDecl
anchor at the symbol's definition.
CONST (* special arcs *) Intf_to_Impl_Mark = "_EXPORTERS_"; Impl_to_Intf_Mark = "_EXPORTS_"; CONST (* special anchors *) ThisDecl = "_DECL_"; END M3MarkUp.