doc: coreutils for tvdos

This commit is contained in:
minjaesong
2022-09-06 14:55:04 +09:00
parent ff8232d4fb
commit 15d3aeaeea
7 changed files with 64 additions and 32 deletions

View File

@@ -87,6 +87,12 @@
\textbf{#1}(#2)\IfNoValueF{#3}{: #3}\\#4%
}
% usage: \inlinesynopsis{any name}{description}
% usage: \inlinesynopsis{function name}{arguments info}{description}
\NewDocumentCommand\dossynopsis{ommg}{%
\IfNoValueF{#1}{#1.}\textbf{#2}\IfNoValueTF{#4}{ --- #3}{ \textit{#3} --- #4}%
}
\newcommand\propertysynopsis[3]{\textbf{#1}: #2\\#3}
\newcommand\argsynopsis[2]{\textbf{#1}: #2}