# Scandoc template file. # # This is an example set of templates that is designed to create several # different kinds of index files. It generates a "master index" which intended # for use with a frames browser; A "package index" which is the root page of # the index, and then "package files" containing documentation for all of the # classes within a single package. ############################################################################### ## Defaults for look and feel if ($project eq "") { $project = "WebApp Library"; } if ($copyright eq "") { $copyright = "2001, The Apache Software Foundation"; } if ($body_bgcolor eq "") { $body_bgcolor = '#ffffff'; } if ($body_text eq "") { $body_text = '#000000'; } if ($body_link eq "") { $body_link = '#0000ff'; } if ($body_vlink eq "") { $body_vlink = '#0000ff'; } if ($body_alink eq "") { $body_alink = '#0000ff'; } ############################################################################### # Generate the frameset index # ############################################################################### file "index.html"; @p = packages(); $_ = @p[0]->url; s/\s/_/g; y/[A-Z]/[a-z]/; >>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Classes |
|
| Global Functions |
|
|
| Global Variables |
|
|
| Class "$(e.name)" Detail: |
$(e.fullname) {$(m.fullname);};$(e.description)
<< # If we have functions, output them if ($e->memberfuncs()) { >>| Class "$(e.name)" Functions: |
| Class "$(e.name)" Variables: |
| Global Functions Detail: |
| Global Variables Detail: |
$(m.fullname);$(a.name) -
$(a.description)
$(a.name)
$(a.description)
$(m.fullname);