Mercurial > hg > octave-lyh
comparison scripts/plot/__go_draw_figure__.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 | 1f429086565c |
children | 665b264b6a50 |
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 ## -*- texinfo -*- | |
20 ## @deftypefn {Function File} {} __go_draw_figure__ (@var{h}, @var{plot_stream}, @var{enhanced}, @var{mono}) | |
19 ## Undocumented internal function. | 21 ## Undocumented internal function. |
22 ## @end deftypefn | |
20 | 23 |
21 ## Author: jwe | 24 ## Author: jwe |
22 | 25 |
23 function __go_draw_figure__ (h, plot_stream, enhanced, mono) | 26 function __go_draw_figure__ (h, plot_stream, enhanced, mono) |
24 | 27 |