Artifact 8bbd9022d073d2ea85be7f69f161a774b439defc0d28ce7af42fbf90d340866f:
- File embedded/md/tcllib/files/modules/tool/tool_dict_ensemble.md — part of check-in [67c2cce9ef] at 2019-03-22 07:17:07 on branch doc-fixup-and-markdown — More polishing to bring the embedded markdown documentation nearer to par with HTML. Only the styling HTML had is missing, and that is a limit of MD itself. - Markdown: Added support for engine parameter 'header'. Needed for navbar from dtplite. Added missing copyright information (see also HTML). Added character protection to engine, to mark the special command characters. Special characters in the input are quoted at the end, to prevent them from being seen as special by markdown. This required support in the general text engine too, when handling indents. It must not count the protection character (\1). - dtplite: Use HTML entity for the vertical bar in the navbar. This prevents misidentification as special character in the markdown engine, while keeping it usable for the HTML engine. - Removed HTML stylesheet for fossil integration. Unused now with the embedded docs using markdown and fossil doing the render. - Regenerated embedded docs, inserting copyright comment, and navbar. (user: aku size: 2803) [more...]
[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]
NAME
tool::dict_ensemble - Dictionary Tools
Table Of Contents
SYNOPSIS
package require tool ?0.4.2?
DESCRIPTION
The dict_ensemble command is a keyword added by tool. It defines a public variable (stored as a dict), and an access function to manipulated and access the values stored in that dict.
-
] value value ...] Adds elements to a list maintained with the field leaf of the dict maintained my this ensemble. Declares a variable name which will be initialized as an array, populated with contents for objects of this class, as well as any objects for classes which are descendents of this class.
AUTHORS
Sean Woods
Bugs, Ideas, Feedback
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tool of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
When proposing code changes, please provide unified diffs, i.e the output of diff -u.
Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.
KEYWORDS
CATEGORY
Utility
COPYRIGHT
Copyright © 2015 Sean Woods <yoda@etoyoc\.com>