comparison src/DLD-FUNCTIONS/md5sum.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents 93c65f2a5668
children 16f53d29049f
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
38 38
39 DEFUN_DLD (md5sum, args, , 39 DEFUN_DLD (md5sum, args, ,
40 "-*- texinfo -*-\n\ 40 "-*- texinfo -*-\n\
41 @deftypefn {Loadable Function} {} md5sum (@var{file})\n\ 41 @deftypefn {Loadable Function} {} md5sum (@var{file})\n\
42 @deftypefnx {Loadable Function} {} md5sum (@var{str}, @var{opt})\n\ 42 @deftypefnx {Loadable Function} {} md5sum (@var{str}, @var{opt})\n\
43 Calculates the MD5 sum of the file @var{file}. If the second parameter\n\ 43 Calculates the MD5 sum of the file @var{file}. If the second parameter\n\
44 @var{opt} exists and is true, then calculate the MD5 sum of the\n\ 44 @var{opt} exists and is true, then calculate the MD5 sum of the\n\
45 string @var{str}.\n\ 45 string @var{str}.\n\
46 @end deftypefn") 46 @end deftypefn")
47 { 47 {
48 octave_value retval; 48 octave_value retval;