Mercurial > hg > octave-lyh
comparison scripts/plot/__gnuplot_version__.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 | f16aafdd99ca |
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 ## -*- texinfo -*- | |
20 ## @deftypefn {Function File} {@var{version} =} __gnuplot_version__ () | |
19 ## Undocumented internal function. | 21 ## Undocumented internal function. |
22 ## @end deftypefn | |
20 | 23 |
21 ## Return the version of gnuplot we are using. Note that we do not | 24 ## Return the version of gnuplot we are using. Note that we do not |
22 ## attempt to handle the case of the user switching to different | 25 ## attempt to handle the case of the user switching to different |
23 ## versions of gnuplot during the same session. | 26 ## versions of gnuplot during the same session. |
24 | 27 |