octave-maintainers
[Top][All Lists]
Advanced

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

Re: new snapshot patches


From: John W. Eaton
Subject: Re: new snapshot patches
Date: Wed, 25 Mar 2009 12:59:40 -0400

On 25-Mar-2009, Rik wrote:

| It takes about an hour per .texi file because when I need
| to make a change I have to hunt through the code to discover whether the
| texinfo came from a .m file, a .cc file, or somewhere else.

I checked in the following change so that the .texi files will now
include comments just above the @deftypefn macros to show the name of
the source file for the doc string, like this:

  @c /home/jwe/src/octave/src/mappers.cc
  @anchor{doc-ceil}
  @deftypefn {Mapping Function} {} ceil (@var{x})
  ...

  @c /home/jwe/src/octave/scripts/general/cplxpair.m
  @anchor{doc-cplxpair}
  @deftypefn {Function File} {} cplxpair (@var{z}, @var{tol}, @var{dim})
  ...

http://hg.savannah.gnu.org/hgweb/octave/rev/71fca0fc2436

jwe


reply via email to

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