mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11559 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c0b5a02380
commit
4dae880178
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue