]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/SWIG/html.h
1 /*******************************************************************************
2 * Simplified Wrapper and Interface Generator (SWIG)
4 * Author : David Beazley
6 * Department of Computer Science
7 * University of Chicago
10 * beazley@cs.uchicago.edu
12 * Please read the file LICENSE for the copyright and terms by which SWIG
13 * can be used and distributed.
14 *******************************************************************************/
16 /***********************************************************************
21 * HTML specific functions for producing documentation.
22 ***********************************************************************/
24 class HTML
: public Documentation
{
27 void print_string(char *s
, String
&str
, int mode
);
28 char *start_tag(char *);
29 char *end_tag(char *);
41 char *tag_subsubsection
;
49 void parse_args(int argc
, char **argv
);
50 void title(DocEntry
*de
);
51 void newsection(DocEntry
*de
, int sectnum
);
53 void print_decl(DocEntry
*de
);
54 void print_text(DocEntry
*de
);
56 void init(char *filename
);
58 void style(char *name
, char *value
);