diff options
author | Y. Wang <yw05@forksworld.de> | 2022-08-12 08:13:48 +0200 |
---|---|---|
committer | Y. Wang <yw05@forksworld.de> | 2022-08-12 08:13:48 +0200 |
commit | 2d2f3dd466ef8c3b3af40074e8991de36be60407 (patch) | |
tree | ba09446e58a64c77530055f59bfbd340303acef4 /assets | |
parent | b4ac74c41911ee7771e88da91208c1eb16c4b752 (diff) | |
download | advtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.tar.gz advtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.tar.bz2 advtrains-2d2f3dd466ef8c3b3af40074e8991de36be60407.zip |
\include manpage .tex files
Diffstat (limited to 'assets')
-rw-r--r-- | assets/manual/tex/luaatc.tex | 2 | ||||
-rw-r--r-- | assets/manual/tex/main.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/manual/tex/luaatc.tex b/assets/manual/tex/luaatc.tex index 10a67e8..8ee5d43 100644 --- a/assets/manual/tex/luaatc.tex +++ b/assets/manual/tex/luaatc.tex @@ -124,7 +124,7 @@ The following are available if \texttt{advtrains\_interlocking} is enabled. \item \apifunc{can\_set\_route}{\var{pos},\var{name}} Returns a boolean indicating whether the route named \var{name} of the signal at \var{pos} can be set. \item \apifunc{set\_route}{\var{pos},\var{name}} Sets the route named \var{name} of the signal at \var{pos}. \item \apifunc{cancel\_route}{\var{pos}} Cancels the route that is set from the signal at \var{pos}. -\item \apifunc{get\_aspect}{\var{pos}} Returns the signal aspect of the signal at \var{pos}. Please refer to section \ref{s:sigasp} for the structure of signal aspect tables. +\item \apifunc{get\_aspect}{\var{pos}} Returns the signal aspect of the signal at \var{pos}. Please refer to \manref{signal\string_aspect}{7advtrains} for the structure of signal aspect tables. \end{apidoc} \subsection{Railway time} diff --git a/assets/manual/tex/main.tex b/assets/manual/tex/main.tex index cea1cde..2ea7bde 100644 --- a/assets/manual/tex/main.tex +++ b/assets/manual/tex/main.tex @@ -9,7 +9,7 @@ \include{contributing.tex} -\include{manpages.tex} +\input{manpages.tex} \include{physics.tex} |