diff options
author | John Kohl <jtkohl@mit.edu> | 1990-09-20 13:54:10 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1990-09-20 13:54:10 +0000 |
commit | f868f5286750a5dee46bfd6dc7902ab1e82dee24 (patch) | |
tree | 70e51bb17c4ae364026b064ef4714874cc536d6c /doc/api/functions.sty | |
parent | f3efc96c6bf99aacd0be4bc683da0051cdd5f702 (diff) | |
download | krb5-f868f5286750a5dee46bfd6dc7902ab1e82dee24.tar.gz krb5-f868f5286750a5dee46bfd6dc7902ab1e82dee24.tar.xz krb5-f868f5286750a5dee46bfd6dc7902ab1e82dee24.zip |
added marginpar stuff (slightly broken)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1135 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/functions.sty')
-rw-r--r-- | doc/api/functions.sty | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/api/functions.sty b/doc/api/functions.sty index dcccfb542..3d04f34a7 100644 --- a/doc/api/functions.sty +++ b/doc/api/functions.sty @@ -9,17 +9,21 @@ \fi \let\funcfont=\bf \newcount\argc@ount +\reversemarginpar +\setlength{\marginparsep}{3pt} +%\setlength{\marginparwidth}{1in} % % funcdecl is used as \begin{funcdecl}{funcname}{return type}{firstline} % % see fixunder.sty for comments on why the \underrealtrue & \underrealfalse % stuff is here. \newenvironment{funcdecl}[3]{\underrealtrue\index{#1}\underrealfalse% +\gdef\funcn@me{#1} \argc@ount=0\begin{tabbing} #2 \\ {\bf #1}(\= \+ #3% }{) -\end{tabbing} +\end{tabbing}\marginpar{{\sloppy \funcn@me}} } \newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi} \newcommand{\funcvoid}{\argc@ount=0} |