mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 02:59:05 +08:00
23 lines
350 B
Plaintext
23 lines
350 B
Plaintext
|
@setfilename missingnode
|
||
|
|
||
|
@node Top, First,,
|
||
|
@top Hoity
|
||
|
|
||
|
@menu
|
||
|
* First:: The very first node
|
||
|
* Second:: Another whole node
|
||
|
* Third:: No such thing
|
||
|
@end menu
|
||
|
|
||
|
@node First, Second, Top, Top
|
||
|
@chapter The Very First Node
|
||
|
|
||
|
This node is a real node, yes indeed.
|
||
|
|
||
|
@node Second, Third, First, Top
|
||
|
@chapter Another Whole Node
|
||
|
|
||
|
Will wonders never cease?
|
||
|
|
||
|
@bye
|