Commit 490a61cc authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

fixed HTML documentaion generation crash

parent 93e0e4f4
...@@ -624,7 +624,7 @@ function cgen_doc_irq(irq) ...@@ -624,7 +624,7 @@ function cgen_doc_irq(irq)
end end
function cgen_generate_documentation() function cgen_generate_html_documentation()
cgen_new_snippet(); cgen_doc_hdl_symbol(); local h_sym = cgen_get_snippet(); cgen_new_snippet(); cgen_doc_hdl_symbol(); local h_sym = cgen_get_snippet();
cgen_new_snippet(); cgen_new_snippet();
......
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