summaryrefslogtreecommitdiffstats
path: root/doc/implement/functions.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/implement/functions.sty')
-rw-r--r--doc/implement/functions.sty6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/implement/functions.sty b/doc/implement/functions.sty
index 5fb9f9c72..dcccfb542 100644
--- a/doc/implement/functions.sty
+++ b/doc/implement/functions.sty
@@ -23,9 +23,9 @@
}
\newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi}
\newcommand{\funcvoid}{\argc@ount=0}
-\newcommand{\funcin}{\docomm@\argc@ount=0{\it /* IN */}\\}
-\newcommand{\funcinout}{\docomm@\argc@ount=0{\it /* INOUT */}\\}
-\newcommand{\funcout}{\docomm@\argc@ount=0{\it /* OUT */}\\}
+\newcommand{\funcin}{\docomm@\argc@ount=0{\sl /* IN */}\\}
+\newcommand{\funcinout}{\docomm@\argc@ount=0{\sl /* INOUT */}\\}
+\newcommand{\funcout}{\docomm@\argc@ount=0{\sl /* OUT */}\\}
\newcommand{\funcarg}[2]{\docomm@#1 {\argfont #2}\advance\argc@ount by1}
\newcommand{\funcparam}[1]{{\argfont #1}}
\newcommand{\funcfuncarg}[2]{\docomm@#1 {\argfont #2}(\= \+ \argc@ount=0}