comparison libinterp/corefcn/hash.cc @ 21123:71408ab5071e

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new words to dictionary. * hash.cc (Fhash): Add @nospell macro around "abc". * variables.cc (Fexist): Add @nospell macro around "sandboxing". * ode23.m: Add @nospell macro around "Bogacki-Shampine" and "Van der Pol" * odeplot.m: Add @nospell macro around "Van der Pol".
author Rik <rik@octave.org>
date Wed, 20 Jan 2016 21:30:55 -0800
parents dba88797f69f
children fcac5dbbf9ed
comparison
equal deleted inserted replaced
21122:dba88797f69f 21123:71408ab5071e
82 \n\ 82 \n\
83 @item SHA512\n\ 83 @item SHA512\n\
84 Secure Hash Algorithm 2 (512 Bits, RFC 6234)\n\ 84 Secure Hash Algorithm 2 (512 Bits, RFC 6234)\n\
85 @end table\n\ 85 @end table\n\
86 \n\ 86 \n\
87 To calculate for example the MD5 hash value of the string @qcode{\"abc\"}\n\ 87 To calculate for example the MD5 hash value of the string\n\
88 the @code{hash} function is called as follows:\n\ 88 @nospell{@qcode{\"abc\"}} the @code{hash} function is called as follows:\n\
89 \n\ 89 \n\
90 @example\n\ 90 @example\n\
91 @group\n\ 91 @group\n\
92 hash (\"md5\", \"abc\")\n\ 92 hash (\"md5\", \"abc\")\n\
93 @print{} ans = 900150983cd24fb0d6963f7d28e17f72\n\ 93 @print{} ans = 900150983cd24fb0d6963f7d28e17f72\n\