Commit 50e10c5b authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

TexInfo doc: use macro to define sections/subsections/chapters

parent 2113b3eb
......@@ -32,8 +32,7 @@ end
function cgen_tex_memmap()
local evenodd=0;
local n = 2;
emit("@subsubsection Memory map summary");
emit("@regsection Memory map summary");
emit("@multitable @columnfractions .10 .15 .15 .55")
emit("@headitem Address @tab Type @tab Prefix @tab Name")
......@@ -80,7 +79,7 @@ end
function cgen_texinfo_reg(reg)
emit("@subsubsection @code{"..reg.c_prefix.."} - "..reg.name);
emit("@regsection @code{"..reg.c_prefix.."} - "..reg.name);
cur_reg_no = cur_reg_no + 1;
......
This diff is collapsed.
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