Commit b4edc693 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

fixed (again) wrong HTML documentation generator function name

parent 7f478544
......@@ -4338,8 +4338,7 @@ end
if(options.output_doc_file~=nil)then
cgen_generate_init(options.output_doc_file);
if(options.doc_format=="html")then
print("gen html");
cgen_generate_documentation();
cgen_generate_html_documentation();
elseif(options.doc_format=="latex")then
cgen_generate_latex_documentation();
else
......
......@@ -209,8 +209,7 @@ if(options.output_doc_file ~= nil) then
cgen_generate_init(options.output_doc_file);
if(options.doc_format == "html") then
print("gen html");
cgen_generate_documentation();
cgen_generate_html_documentation();
elseif(options.doc_format == "latex") then
cgen_generate_latex_documentation();
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment