aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/functions.sty6
-rw-r--r--doc/implement/functions.sty6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/functions.sty b/doc/api/functions.sty
index 5fb9f9c..dcccfb5 100644
--- a/doc/api/functions.sty
+++ b/doc/api/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}
diff --git a/doc/implement/functions.sty b/doc/implement/functions.sty
index 5fb9f9c..dcccfb5 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}