flag = build_doc
Add here a paragraph of the function description. Other paragraph can be added
Add here a paragraph of the function description
Add here scilab instructions and comments
//buid_doc //Entrée : //Sortie : flag function [flag]=build_doc() printf("Build documentation\n"); //if MSDOS then // disp('need winfig latex2html!') //else // exec(MODNUM+'macros/generate_doc/load_generate_doc_function.sce'); // generate_mod_num_html(); // unix_g('mv -f htm/ ./man/'); //end flag=[]; endfunction