[Lxr-commits] CVS: lxr/lib/LXR Common.pm, 1.110, 1.111 Template.pm, 1.29, 1.30
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-03-09 15:26:28
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10722/lib/LXR Modified Files: Common.pm Template.pm Log Message: Common.pm, Template.pm, Lang/Generic.pm: minor adjustments to inline POD documentation Index: Common.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Common.pm,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Common.pm 4 Dec 2013 14:35:29 -0000 1.110 +++ Common.pm 9 Mar 2014 15:26:25 -0000 1.111 @@ -26,9 +26,7 @@ =over -=item - -I<It initially contained nearly all support routines +=item I<It initially contained nearly all support routines but for the "object" collections (files, index, lang), and was then correctly the "common" module. Its size grew beyond maintanability and readability and forced a @@ -198,7 +196,7 @@ =item I<The message may be emitted after the final closing -E<lt>/C<HTML>E<gt> tag if some regular HTML precedes the call +C<</HTMLE<gt>> tag if some regular HTML precedes the call to this subroutine. This is not HTML-compliant. Some browsers may complain.> Index: Template.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Template.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Template.pm 2 Dec 2013 17:00:48 -0000 1.29 +++ Template.pm 9 Mar 2014 15:26:25 -0000 1.30 @@ -180,7 +180,7 @@ Note, however, that if you are generating HTML you can use } or }. -B<Note:> +B<Notes:> =over @@ -245,14 +245,14 @@ =item 1 Normal verbose comments -The opening delimiter (C< E<lt>!-- >) MUST be followed by a spacer, +The opening delimiter (C<<!-- >) MUST be followed by a spacer, i.e. a space, tab or newline. -The closing delimiter (C< --E<gt> >) should also be preceded by a spacer. +The closing delimiter (C<--E<gt>>) should also be preceded by a spacer. These comments will be removed. =item 1 Sticky comments -The start delimiter (C< E<lt>!-- >) is immediately followed by a +The start delimiter (C<<!-->) is immediately followed by a significant character. These comments (most notably SSI commands) will be left in the expanded template. |