Next: html.sc
Up: SmacLib
Previous: hack-filename.sc
This file contains functions that automatically insert headers for
classes, functions, methods and include files (see C-C++ forms).
- void cplus_class_header(); prompts in a dialog box to
get class name and parent class name then inserts the following
form:

- void java_class_header(); prompts in a dialog box to
get a java class name and its parent then inserts the
following form:

- void method_header(); prompts in a dialog box to
get a method name and its parent class name, then inserts the
following form:

- void function_header(); prompts in a dialog box to
get a function name then inserts the following form:

- void include_header() checks the current filename and
its suffix .h then inserts the following form:

Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997