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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
\input texinfo @c -*-texinfo-*-
@comment %**start of header
@setfilename detailmenus.info
@node Top
@top Top
@menu
* chapter:: chapter
Menu comment
* chapter2:description. Chapter 2
@detailmenu
* s--ect@comma{}ion:: s--ect@comma{}ion
Menu comment
``simple-double--three---four----''@*
* subsection ``simple-double--three---four----''::
* subsubsection::
@end detailmenu
Other comment
* chapter3::
@detailmenu
* s--ect@comma{}ion:: s--ect@comma{}ion
Menu comment
``simple-double--three---four----''@*
* subsection ``simple-double--three---four----''::
* subsubsection::
@end detailmenu
* chapter4::
@end menu
@node chapter
@chapter chapter
@menu
* s--ect@comma{}ion:: s--ect@comma{}ion
* subsubsection:: FIXME this should lead to a warning
@end menu
@node s--ect@comma{}ion
@section A section
@menu
* subsection ``simple-double--three---four----''::
@end menu
@node subsection ``simple-double--three---four----''
@subsection subsection ``simple-double--three---four----''
@menu
* subsubsection::
@end menu
@node subsubsection
@subsubsection subsubsection
@node chapter2
@chapter chapter 2
@node chapter3
@chapter chapter 3
@node chapter4
@chapter chapter 4
@contents
@shortcontents
@bye
|