comparison doc/interpreter/macros.texi @ 14615:88e67d58b06b

avoid makeinfo problem with backslash in macro argument * macros.texi (xbackslashchar): New macro. * data.cc (Fmldivide, Fldivide): Use it.
author John W. Eaton <jwe@octave.org>
date Thu, 10 May 2012 11:48:48 -0400
parents 4e9dc46d4125
children 8bba043342ab
comparison
equal deleted inserted replaced
14614:4e9dc46d4125 14615:88e67d58b06b
13 @c for more details. 13 @c for more details.
14 @c 14 @c
15 @c You should have received a copy of the GNU General Public License 15 @c You should have received a copy of the GNU General Public License
16 @c along with Octave; see the file COPYING. If not, see 16 @c along with Octave; see the file COPYING. If not, see
17 @c <http://www.gnu.org/licenses/>. 17 @c <http://www.gnu.org/licenses/>.
18
19 @c FIXME -- someday, we might replace this with @backslashchar, which
20 @c has been added to Texinfo.
21
22 @macro xbackslashchar
23 \\
24 @end macro
18 25
19 @c The following macro is used for the on-line help system, but we don't 26 @c The following macro is used for the on-line help system, but we don't
20 @c want lots of `See also: foo, bar, and baz' strings cluttering the 27 @c want lots of `See also: foo, bar, and baz' strings cluttering the
21 @c printed manual (that information should be in the supporting text for 28 @c printed manual (that information should be in the supporting text for
22 @c each group of functions and variables). 29 @c each group of functions and variables).