nsf

Clone Tools
  • last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- minor wording update

- eliminat build and OS files

- documentation work

- defined UNUSED macro to get more checking on unused arguments

- adjust doc-tools (removed obsolete -public flag)

- furter c cleanup

- removed leftover -public flag in nsf::method - general cleanup: removed unused arguments

- library/lib/doc-tools.tcl: Some fixes, including adjusting @class.inherited() to return only doc entities of classes which are part of the same project as the inheritee. - library/lib/doc-tools.tcl: Integrated an xodoc-compat infrastructure and provided for processing xodoc packages (see processor.process=@package()). - tests/doc.test: Now also serves a nxdoc port of the XOTcl-langref package - library/xotcl/doc/langRef.xotcl: equipped with an empty namespace declaration (to please pkg_mkIndex.tcl) and import ::xotcl::@ by default (for convenience).

- doc updates

- doc-tools: added "-where" to !get - doc-tools: title to internal links, provided css class, added nicer label - updated reference doc

    • -6
    • +7
    /library/lib/doc-assets/class.html.tmpl
- updated TODO

- no need to define "-class" as objectparameter - no need to define "Object.cleanup" as a method

- let "obj class NEWCLASS" return NEWCLASS

- no need to define "-class" as objectparameter

- remove unneeded newline

listing(): Trim result string of pretty printer for trailing newlines to avoid their transformation to multiple line breaks.

Added exclude filter for nx doc, fixed typo in @glossary entry

- playing with empty comment lines

- documentation updates

- reduced width of made program text columns for making easier printable documents

- add type attribute to style tag

- library/lib/doc-tools.tcl: Added a link renderer for Tcl commands, pointing to the tcl.tk online reference; usage: <<tclcmd /cmd/>>. - library/nx/nx.nxd: Fixed glossary references pointing to mixin classes. - glossary.html.tmpl: Made the tmpl more robust against the non-existence of glossary entries. - method.html.tmpl: Made Type and Protection fully conditional - doc-tools.tcl: added a @project.is_validated attribute to reflect the validation status of a given project. this should later turn into a derived property. - langRef.xotcl: added a missing </tt> closing tag, to avoid tt pollution of the remaining document space.

    • -3
    • +5
    /library/lib/doc-assets/method.html.tmpl
nx.nxd: Shifted glossary entries to nsf.nxd

nx.nxd: Corrected the @glossary entries for empty leading comment lines

- documentation work

    • -1
    • +1
    /library/lib/doc-assets/package.html.tmpl
- update of the migration guide

- update of migration guide

- extended regression test

- improve error messages and warnings for nsfprocs

- some refactoring of the argument parser - argument parser handles now as well OpenACS like single-word parameter values (such as ... -flag=1 ....)