octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34661] Confusing documentation for transpose


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34661] Confusing documentation for transpose operator: `x.''
Date: Tue, 01 Nov 2011 17:05:30 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2

Follow-up Comment #13, bug #34661 (project octave):

You can avoid the spacing problem by placing the conditionals around the macro
definition instead of placing them inside the macro definition:


@ifinfo
@macro xcode {arg}
arg
@end macro
@end ifinfo
@ifnotinfo
@macro xcode {arg}
@code{arg}
@end macro
@end ifnotinfo


instead of placing them inside the macro definition.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34661>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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