comparison doc/interpreter/contrib.txi @ 10599:d0e0bb2ebebb

Remove tabs in .txi files causing problems with pdf formatting.
author Rik <octave@nomad.inbox5.com>
date Sun, 02 May 2010 21:19:55 -0700
parents 66fdc831c580
children 3140cb7a05a1
comparison
equal deleted inserted replaced
10598:6e1674216b99 10599:d0e0bb2ebebb
26 @menu 26 @menu
27 * How to Contribute:: 27 * How to Contribute::
28 * General Guidelines:: 28 * General Guidelines::
29 * Octave Sources (m-files):: 29 * Octave Sources (m-files)::
30 * C++ Sources:: 30 * C++ Sources::
31 * Other Sources:: 31 * Other Sources::
32 @end menu 32 @end menu
33 33
34 @node How to Contribute 34 @node How to Contribute
35 @section How to Contribute 35 @section How to Contribute
36 The mailing list for Octave development discussion and sending contributions is 36 The mailing list for Octave development discussion and sending contributions is
227 227
228 @example 228 @example
229 @group 229 @group
230 static bool 230 static bool
231 matches_patterns (const string_vector& patterns, int pat_idx, 231 matches_patterns (const string_vector& patterns, int pat_idx,
232 int num_pat, const std::string& name) 232 int num_pat, const std::string& name)
233 @end group 233 @end group
234 @end example 234 @end example
235 235
236 @noindent 236 @noindent
237 The function name should start in column 1, and multi-line argument lists should 237 The function name should start in column 1, and multi-line argument lists should