texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] [PATCH] cosmetics - make doxygen happy


From: Igor V. Kovalenko
Subject: Re: [Texmacs-dev] [PATCH] cosmetics - make doxygen happy
Date: Tue, 05 Nov 2002 18:17:40 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020809

Joris van der Hoeven wrote:
-tex_font_metric_rep::execute (int* s, int n, int* buf, int* ker, int& m) {
+tex_font_metric_rep::execute (SI* s, int n, SI* buf, SI* ker, int& m) {


This is incorrect.

I don't understand the reason for this being incorrect,
given this snippet of code from tex_font_rep::draw()

--------------
  SI  x= ox;
  int n= N(s);
  int m= n+16;
  SI str[n], buf[m], ker[m];
  for (i=0; i<n; i++) str[i]= ((QN) s[i]);
  tfm->execute (str, n, buf, ker, m);
--------------

and declaration for execute() in tex.hh

--------------
  void    execute (SI* s, int n, SI* buf, SI* ker, int& m);
--------------

Don't take this as I'm insisting on this change. But there are more places 
doxygen
is unable to find a match. I of course can live with this decease :)

--
Regards,
Igor V. Kovalenko    mailto: iko at crec dot mipt dot ru





reply via email to

[Prev in Thread] Current Thread [Next in Thread]