Mercurial > hg > octave-nkf
comparison scripts/plot/__quiver__.m @ 8812:7d48766c21a5
use consistent format for doc strings of internal functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 19 Feb 2009 02:16:34 -0500 |
parents | 4d884a016846 |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8811:20dfb885f877 | 8812:7d48766c21a5 |
---|---|
14 ## | 14 ## |
15 ## You should have received a copy of the GNU General Public License | 15 ## You should have received a copy of the GNU General Public License |
16 ## along with Octave; see the file COPYING. If not, see | 16 ## along with Octave; see the file COPYING. If not, see |
17 ## <http://www.gnu.org/licenses/>. | 17 ## <http://www.gnu.org/licenses/>. |
18 | 18 |
19 ## Undocumented internal function | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {@var{hg} =} __quiver__ (@dots{}) | |
21 ## Undocumented internal function. | |
22 ## @end deftypefn | |
20 | 23 |
21 function hg = __quiver__ (varargin) | 24 function hg = __quiver__ (varargin) |
22 | 25 |
23 h = varargin{1}; | 26 h = varargin{1}; |
24 is3d = varargin{2}; | 27 is3d = varargin{2}; |