Index: APIOwner.pm =================================================================== RCS file: /cvs/root/headerdoc/Modules/HeaderDoc/APIOwner.pm,v retrieving revision 1.59 diff -u -r1.59 APIOwner.pm --- APIOwner.pm 2009/10/02 06:05:21 1.59 +++ APIOwner.pm 2009/10/08 18:45:53 @@ -777,6 +777,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$class_baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -818,6 +820,8 @@ } if ($newTOC) { $tocString .= $self->tocHeading($tempurl, $head, "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

$head

\n"; } else { $tocString .= "

$head

\n"; } @@ -908,6 +912,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -931,6 +937,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -969,6 +977,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -1007,6 +1017,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -1045,6 +1057,8 @@ } elsif ($self->outputformat eq "html") { if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "$entrypreface$name
\n"; } else { $tocString .= "$entrypreface$name
\n"; } @@ -1121,6 +1135,8 @@ if ($newTOC) { # $tocString .= "


".$HeaderDoc::introductionName."

\n"; $tocString .= $self->tocEntry("$baseref#top", $HeaderDoc::introductionName); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "


".$HeaderDoc::introductionName."

\n"; } else { $tocString .= "


".$HeaderDoc::introductionName."

\n"; } @@ -1175,6 +1191,8 @@ } if ($newTOC) { $tocString .= $self->tocHeading("$baseref#HeaderDoc_methods", "Methods", "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

Methods

\n"; } else { $tocString .= "

Methods

\n"; } @@ -1254,6 +1272,8 @@ if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "      +$name
\n"; } else { $tocString .= "      +$name
\n"; } @@ -1294,6 +1314,8 @@ } if ($newTOC) { $tocString .= tocSubEntry("$baseref#$urlname", "doc", $name); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "      -$name
\n"; } else { $tocString .= "      -$name
\n"; } @@ -1373,6 +1395,8 @@ @classes = @realclasses; if ($newTOC) { $tocString .= $self->tocHeading("$baseref#HeaderDoc_classes", "Classes", "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

Classes

\n"; } else { $tocString .= "

Classes

\n"; } @@ -1384,6 +1408,8 @@ @classes = @comints; if ($newTOC) { $tocString .= $self->tocHeading("$baseref#HeaderDoc_cominterfaces", "C Pseudoclasses", "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

C Pseudoclasses

\n"; } else { # $tocString .= "

C Pseudoclasses

\n"; $tocString .= "

C Pseudoclasses

\n"; @@ -1402,6 +1428,8 @@ if (@protocols) { if ($newTOC) { $tocString .= $self->tocHeading("$baseref#HeaderDoc_protocols", "Protocols", "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

Protocols

\n"; } else { # $tocString .= "

Protocols

\n"; $tocString .= "

Protocols

\n"; @@ -1413,6 +1441,8 @@ if (@categories) { if ($newTOC) { $tocString .= $self->tocHeading("$baseref#HeaderDoc_categories", "Categories", "doc"); + } elsif ($HeaderDoc::use_iframes) { + $tocString .= "

Categories

\n"; } else { # $tocString .= "

Categories

\n"; $tocString .= "

Categories

\n";