• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improving rendering in api-doc

- fixed validity of HTML (missing <dd>)

- use

<dt>foo</dt><dd>...</dd>

instead of

<dt><b>foo></b><dd>...</dd>

and other variants. This improves stylability.

  1. … 1 more file in changeset.
Fix typo

Make xotcl-core optional in the api-browser

include DB interface classes in API-doc

Whitespace changes + editor hints

remove comma before that

  1. … 1 more file in changeset.
Add call graph information based on static analysis to API doc. This information

is computed on a best-effor bases and not necessarily complete, since static analysis

of a dyamic language is limited; furthermore, direct calls from web pages are not included

for activation, see tcl/api-doc-init.tcl

  1. … 2 more files in changeset.