Commit 09fa8c89 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk Committed by Tomasz Wlostowski

cgen_doc_latex: add \hline at the end of Mem Map Summary table

parent 7f405392
...@@ -99,6 +99,7 @@ function cgen_doc_lx_memmap() ...@@ -99,6 +99,7 @@ function cgen_doc_lx_memmap()
end end
end); end);
emit('\\hline');
emit('\\end{tabular}'); emit('\\end{tabular}');
emit('}'); --end of resizebox emit('}'); --end of resizebox
......
...@@ -2613,6 +2613,7 @@ e=string.gsub(e,"_","\\_"); ...@@ -2613,6 +2613,7 @@ e=string.gsub(e,"_","\\_");
emit(e); emit(e);
end end
end); end);
emit('\\hline');
emit('\\end{tabular}'); emit('\\end{tabular}');
emit('}'); emit('}');
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