added \arg macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-20 20:02:56 +00:00
parent 2bcd40a342
commit f93647859c
2 changed files with 10 additions and 3 deletions

View File

@@ -82,6 +82,9 @@
% C++ Parameter: a type and a name (no intervening space)
\newcommand{\param}[2]{{\it #1}{\bf #2}}
% C++ argument in the documentation text
\newcommand{\arg}[1]{{\it #1}}
% CLIPS Parameter: a type and a name (one intervening space)
\newcommand{\cparam}[2]{{\bf #1} {\it #2}}