.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-12-16 13:22:50 +00:00
parent c0b5a02380
commit 4dae880178

View file

@ -27,7 +27,7 @@ void Section(const String& title)
lbl = "Chapter_" + lbl;
qtf << "[s6;:" << lbl << ": " << text << "&]";
minor = 0;
toc << "&[A3^" << lbl << "^ " << text << "]&";
toc << "&[A3^#" << lbl << "^ " << text << "]&";
}
void FlushDoc(String& docblock)
@ -91,7 +91,7 @@ void FlushDoc(String& docblock)
qtf << "&]";
if(lbl.GetCount())
toc << "___[A2^" << lbl << "^ " << plain << "]&";
toc << "___[A2^#" << lbl << "^ " << plain << "]&";
docblock.Clear();
}