m3markup/src/MarkUp.i3


 Copyright (C) 1992, Digital Equipment Corporation                         
 All rights reserved.                                                      
 See the file COPYRIGHT for a full description.                            
                                                                           
 Last modified on Thu Dec  8 09:53:21 PST 1994 by kalsow                   

INTERFACE MarkUp;

IMPORT Buf, Wx;

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

END MarkUp.

MarkUp's implementation is in:


interface Buf is in:


interface Wx is in:


procedure MarkUp.Annotate is in: