Commit 6649e3f0 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Tomasz Wlostowski

fix html doc generation, wrong function name

parent bbeb98a0
......@@ -3941,7 +3941,7 @@ end
if(options.output_doc_file~=nil)then
cgen_generate_init(options.output_doc_file);
if(options.doc_format=="html")then
cgen_generate_html_documentation();
cgen_generate_documentation();
else
cgen_generate_texinfo_documentation();
end
......
......@@ -209,7 +209,7 @@ if(options.output_doc_file ~= nil) then
cgen_generate_init(options.output_doc_file);
if(options.doc_format == "html") then
cgen_generate_html_documentation();
cgen_generate_documentation();
else
cgen_generate_texinfo_documentation();
end
......
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