I got the results I expected by changing texinfo.tex as follows...

changed the deftypeivar definition to:

% @deftypeivar CLASS TYPE VARNAME
%
\def\deftypeivar{%
  \deftypemethparsebody\Edeftypeivar\deftypeivarx\deftypeivarheader}
%
% #1 is the class name, #2 the data type, #3 the variable name.
\def\deftypeivarheader#1#2#3{%
  \dosubind{vr}{\code{#3}}{\putwordof\ \code{#1}}% entry in variable index
  \begingroup
    \defname{\defheaderxcond#2\relax$$$#3}{\putwordInstanceVariableof\
\code{#1}
}%
    \defvarargs{}%
  \endgroup
}



I know nothing about TeX so I don't know if this is a valid change (I just
looked at other parts of the file to determine what to do), but it does fix
the problem.

Cheers,
Mark

-- 
------------------------------------------------------------------------------
Mark Lindner            http://www.dystance.net/           [EMAIL PROTECTED]
------------------------------------------------------------------------------
begin:vcard 
n:Lindner;Mark
x-mozilla-html:FALSE
org:eBuilt, Inc.;Engineering
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Java Developer / UNIX Evangelist
x-mozilla-cpt:;0
fn:Mark Lindner
end:vcard

Reply via email to