• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/tests/data/ok/json/
1{
2    "doctools::toc" : {
3        "label" : "Table of Contents",
4        "items" : [{
5            "reference" : {
6                "label" : "doctools::toc::introduction",
7                "desc"  : "DocTools - Tables of Contents",
8                "id"    : "introduction.man"
9            }
10        },{
11            "division" : {
12                "items" : [{
13                    "reference" : {
14                        "label" : "doctools::toc::parse",
15                        "desc"  : "Parsing text in doctoc format",
16                        "id"    : "parse.man"
17                    }
18                }],
19                "label" : "Processing",
20                "id"    : "processing.man"
21            }
22        },{
23            "reference" : {
24                "id"    : "structure.man",
25                "desc"  : "doctoc serialization utilities",
26                "label" : "doctools::toc::structure"
27            }
28        }],
29        "title" : "TOC"
30    }
31}
32