mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:09:20 +02:00
+ Added context to topic pages
This commit is contained in:
parent
a8597e1803
commit
b3ca44a053
@ -1821,7 +1821,7 @@ begin
|
|||||||
AppendShortDescr(AElement,TitleElement, DocNode);
|
AppendShortDescr(AElement,TitleElement, DocNode);
|
||||||
AppendShortDescr(AElement,CreateH2(BodyElement), DocNode);
|
AppendShortDescr(AElement,CreateH2(BodyElement), DocNode);
|
||||||
if Assigned(DocNode.Descr) then
|
if Assigned(DocNode.Descr) then
|
||||||
AppendDescrSection(nil, BodyElement, DocNode.Descr, '');
|
AppendDescrSection(AElement, BodyElement, DocNode.Descr, '');
|
||||||
AppendSeeAlsoSection(AElement,DocNode);
|
AppendSeeAlsoSection(AElement,DocNode);
|
||||||
CreateTopicLinks(DocNode,AElement);
|
CreateTopicLinks(DocNode,AElement);
|
||||||
AppendExampleSection(AElement,DocNode);
|
AppendExampleSection(AElement,DocNode);
|
||||||
@ -2802,7 +2802,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2004-07-25 22:40:13 michael
|
Revision 1.8 2004-08-28 18:04:49 michael
|
||||||
|
+ Added context to topic pages
|
||||||
|
|
||||||
|
Revision 1.7 2004/07/25 22:40:13 michael
|
||||||
+ Strip path from sourcefilename in generated docs
|
+ Strip path from sourcefilename in generated docs
|
||||||
|
|
||||||
Revision 1.6 2004/06/06 10:53:02 michael
|
Revision 1.6 2004/06/06 10:53:02 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user