Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03c05a5

Browse files
committed
Move the "See also:" section so it appears are part of the top HTML
page of the section.
1 parent 184e836 commit 03c05a5

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ \section{\module{parser} ---
9696
query the type of parse tree represented by an AST object.
9797

9898

99+
\begin{seealso}
100+
\seemodule{symbol}{Useful constants representing internal nodes of
101+
the parse tree.}
102+
\seemodule{token}{Useful constants representing leaf nodes of the
103+
parse tree and functions for testing node values.}
104+
\end{seealso}
105+
106+
99107
\subsection{Creating AST Objects}
100108
\label{Creating ASTs}
101109

@@ -714,13 +722,3 @@ \subsubsection{Information Discovery}
714722
module. If information is required which is not extracted by the code
715723
of this example, the code may be extended at clearly defined points to
716724
provide additional capabilities.
717-
718-
\begin{seealso}
719-
720-
\seemodule{symbol}{useful constants representing internal nodes of the
721-
parse tree}
722-
723-
\seemodule{token}{useful constants representing leaf nodes of the
724-
parse tree and functions for testing node values}
725-
726-
\end{seealso}

0 commit comments

Comments
 (0)