diff --git a/modules/database/src/ioc/db/dbCommonInput.pod b/modules/database/src/ioc/db/dbCommonInput.dbd.pod similarity index 99% rename from modules/database/src/ioc/db/dbCommonInput.pod rename to modules/database/src/ioc/db/dbCommonInput.dbd.pod index 079277002..5ce9136b1 100644 --- a/modules/database/src/ioc/db/dbCommonInput.pod +++ b/modules/database/src/ioc/db/dbCommonInput.dbd.pod @@ -3,7 +3,7 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -=head1 Fields Common to Input Record Types +=title Fields Common to Input Record Types This section describes fields that are found in many input record types. These fields usually have the same meaning whenever they are used. @@ -206,3 +206,5 @@ If SIMM is not YES, NO or RAW, a SOFT alarm with a severity of INVALID is raised, and return status is set to -1. =back + +=cut diff --git a/modules/database/src/ioc/db/dbCommonOutput.pod b/modules/database/src/ioc/db/dbCommonOutput.dbd.pod similarity index 99% rename from modules/database/src/ioc/db/dbCommonOutput.pod rename to modules/database/src/ioc/db/dbCommonOutput.dbd.pod index b60468269..cfea659c0 100644 --- a/modules/database/src/ioc/db/dbCommonOutput.pod +++ b/modules/database/src/ioc/db/dbCommonOutput.dbd.pod @@ -3,7 +3,7 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -=head1 Fields Common to Output Record Types +=title Fields Common to Output Record Types This section describes fields that are found in many output record types. These fields usually have the same meaning whenever they are used. @@ -237,3 +237,5 @@ If SIMM is not YES or NO, a SOFT alarm with a severity of INVALID is raised, and return status is set to -1. =back + +=cut diff --git a/modules/database/src/ioc/db/dbCommonRecord.dbd.pod b/modules/database/src/ioc/db/dbCommonRecord.dbd.pod index e331b8e00..fcbea4200 100644 --- a/modules/database/src/ioc/db/dbCommonRecord.dbd.pod +++ b/modules/database/src/ioc/db/dbCommonRecord.dbd.pod @@ -3,7 +3,7 @@ # in file LICENSE that is included with this distribution. #************************************************************************* -=head1 Fields Common to All Record Types +=title Fields Common to All Record Types This section contains a description of the fields that are common to all record types. These fields are defined in dbCommon.dbd. diff --git a/modules/database/src/tools/dbdToHtml.pl b/modules/database/src/tools/dbdToHtml.pl index 8725abd96..20ec72202 100644 --- a/modules/database/src/tools/dbdToHtml.pl +++ b/modules/database/src/tools/dbdToHtml.pl @@ -141,7 +141,8 @@ __END_DOCTYPE my $title = shift; return $podHtml->idify($title, 1); } -} else { # Fall back to HTML +} +else { # Regular HTML $Pod::Simple::HTML::Content_decl = $contentType; $podHtml = EPICS::PodHtml->new(); $podHtml->html_css('style.css'); @@ -153,7 +154,13 @@ __END_DOCTYPE } # Parse the Pod text from the root DBD object -my $pod = join "\n", '=for html