octave-maintainers
[Top][All Lists]
Advanced

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

[changeset] Re: [manual] In prepad, add reference to postpad.


From: Thorsten Meyer
Subject: [changeset] Re: [manual] In prepad, add reference to postpad.
Date: Thu, 01 Jan 2009 11:56:56 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Hi,

Francesco Potortì wrote:
> # HG changeset patch
> # User Francesco Potortì <address@hidden>
> # Date 1230328478 -3600
> # Node ID 6fa32fc22e5b1c9b84cbcc5ce7ab5d727b42adc5
> # Parent  fcc46267f239ad0199b9fa26407c1d41efeae862
> In prepad, add reference to postpad.
> 
> diff -r fcc46267f239 -r 6fa32fc22e5b scripts/ChangeLog
> --- a/scripts/ChangeLog       Fri Dec 26 22:51:48 2008 +0100
> +++ b/scripts/ChangeLog       Fri Dec 26 22:54:38 2008 +0100
> @@ -1,4 +1,6 @@ 2008-12-26  Francesco Potortì  <address@hidden
>  2008-12-26  Francesco Potortì  <address@hidden>
> +
> +     * general/prepad.m: Add reference to postpad.
>  
>       * general/postpad.m: Use @seealso.  Add reference to resize.
>  
> diff -r fcc46267f239 -r 6fa32fc22e5b scripts/general/prepad.m
> --- a/scripts/general/prepad.m        Fri Dec 26 22:51:48 2008 +0100
> +++ b/scripts/general/prepad.m        Fri Dec 26 22:54:38 2008 +0100
> @@ -33,6 +33,7 @@
>  ##
>  ## If the optional @var{dim} argument is given, then operate along this
>  ## dimension.
> +## @seealso{postpad}
>  ## @end deftypefn
>  
>  ## Author: Tony Richardson <address@hidden>
> 
as it is, this patch breaks the documentation, because there is no anchor for 
the postpad
documentation (so the seealso reference to postpad points nowhere).

Attached is a patch that adds an anchor for postpad.

However, I am not sure if this should be applied: the actual documentation of 
the postpad function
is in the documentation string for prepad. So the seealso reference to postpad 
would be a self
reference.

What do you think?

regards

Thorsten


# HG changeset patch
# User Thorsten Meyer <address@hidden>
# Date 1230806747 -3600
# Node ID b7c99015f7a5e99d2eceec23983448537cb1fb89
# Parent  e0ab16dbdbf6a207487965eb3e0c953f115cb140
fix missing anchor in matrix.txi

diff -r e0ab16dbdbf6 -r b7c99015f7a5 doc/ChangeLog
--- a/doc/ChangeLog     Thu Jan 01 11:32:52 2009 +0100
+++ b/doc/ChangeLog     Thu Jan 01 11:45:47 2009 +0100
@@ -0,0 +1,4 @@
+2009-01-01  Thorsten Meyer  <address@hidden>
+
+       * interpreter/matrix.txi: Add anchor for doc-postpad.
+       
diff -r e0ab16dbdbf6 -r b7c99015f7a5 doc/interpreter/matrix.txi
--- a/doc/interpreter/matrix.txi        Thu Jan 01 11:32:52 2009 +0100
+++ b/doc/interpreter/matrix.txi        Thu Jan 01 11:45:47 2009 +0100
@@ -152,6 +152,7 @@
 
 @DOCSTRING(vech)
 
address@hidden
 @DOCSTRING(prepad)
 
 @DOCSTRING(blkdiag)

reply via email to

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