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

Skip to content

Commit 78f6aac

Browse files
committed
Clean up some stuff in the {seealso} at the end. This avoids a little nit
(which causes processing to fail) when using the LaTeX hyperref package.
1 parent 557f446 commit 78f6aac

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/lib/libparser.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,11 +685,11 @@ \subsubsection{Information Discovery}
685685

686686
\begin{seealso}
687687

688-
\seemodule{symbol}%
689-
{useful constants representing internal nodes of the parse tree}
688+
\seemodule{symbol}{
689+
useful constants representing internal nodes of the parse tree}
690690

691-
\seemodule{token}%
692-
{useful constants representing leaf nodes of the parse tree and
693-
functions for testing node values}
691+
\seemodule{token}{
692+
useful constants representing leaf nodes of the parse tree and
693+
functions for testing node values}
694694

695695
\end{seealso}

Doc/libparser.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,11 +685,11 @@ \subsubsection{Information Discovery}
685685

686686
\begin{seealso}
687687

688-
\seemodule{symbol}%
689-
{useful constants representing internal nodes of the parse tree}
688+
\seemodule{symbol}{
689+
useful constants representing internal nodes of the parse tree}
690690

691-
\seemodule{token}%
692-
{useful constants representing leaf nodes of the parse tree and
693-
functions for testing node values}
691+
\seemodule{token}{
692+
useful constants representing leaf nodes of the parse tree and
693+
functions for testing node values}
694694

695695
\end{seealso}

0 commit comments

Comments
 (0)