File: msgcat.inc

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (46 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[comment {-*- tcl -*- --- !doctools ---}]
[manpage_begin doctools::msgcat::toc::[vset PACKAGE] n 0.1]
[copyright {2009 Andreas Kupries <andreas_kupries@users.sourceforge.net>}]
[moddesc   {Documentation tools}]
[titledesc "Message catalog for the doctoc parser ([vset NAME])"]
[category  {Documentation tools}]
[require Tcl 8.4]
[require msgcat]
[require doctools::msgcat::toc::[vset PACKAGE] [opt 0.1]]
[keywords doctools doctoc {message catalog}]
[keywords localization l10n internationalization i18n]
[keywords {catalog package} {message package}]
[keywords [vset NAME]]
[description]

The package [package doctools::msgcat::toc::[vset PACKAGE]] is a
support module providing the [vset LONGNAME] language message catalog
for the doctoc parser in the doctools system version 2. As such it is
an internal package a regular user (developer) should not be in direct
contact with.

[para]

If you are such please go the documentation of either
[list_begin enumerated]
[enum] [package doctools::doc],
[enum] [package doctools::toc], or
[enum] [package doctools::idx]
[list_end]
[para]

Within the system architecture this package resides under the package
[package doctools::msgcat] providing the general message catalog
management within the system. [emph Note] that there is [emph no]
explicit dependency between the manager and catalog packages. The
catalog is a plugin which is selected and loaded dynamically.


[section API]

This package has no exported API.


[vset CATEGORY doctools]
[include ../../common-text/feedback.inc]
[manpage_end]