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