Fonction Scilab
eng - fr


build_doc - constructeur de la documentation de la boîte à outils

Librairie

Séquence d'appel

flag = build_doc

Paramètres

Description

Add here a paragraph of the function description. Other paragraph can be added

Add here a paragraph of the function description

Exemple

Add here scilab instructions and comments

Contenu du fichier


//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

Fonction(s) utilisée(s)

Add here the used function name and references

Auteurs

enter here the author name Add here the author references