diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-19 21:14:15 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2006-07-19 21:14:15 +0000 |
commit | 861a3fcd22eeacc76497bcc96bbbfdae67f95f34 (patch) | |
tree | 9dd95709ed1d9d1bc19783ad21031434699de015 /src/mtx_fill.c | |
parent | aa94261a33fe612fbf039ca1190e7ec38c26eb30 (diff) |
added help symbols to the externals
svn path=/trunk/externals/iem/iemmatrix/; revision=5385
Diffstat (limited to 'src/mtx_fill.c')
-rw-r--r-- | src/mtx_fill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtx_fill.c b/src/mtx_fill.c index 3ecdb08..cc0b972 100644 --- a/src/mtx_fill.c +++ b/src/mtx_fill.c @@ -349,6 +349,7 @@ void mtx_fill_setup (void) class_addmethod (mtx_fill_class, (t_method) mTXBigMatrix, gensym("fill_mtx"), A_GIMME,0); class_addmethod (mtx_fill_class, (t_method) mTXFillIndexMatrix, gensym("index"), A_GIMME,0); class_addfloat (mtx_fill_class, (t_method) mTXFillScalar); + class_sethelpsymbol (mtx_fill_class, gensym("mtx_fill-help")); } |