Update of /cvsroot/perl-win32-gui/Win32-GUI/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32127/docs
Modified Files:
Documentation.txt per_package.tpl per_package_event.tpl
per_package_event_section.tpl per_package_method.tpl
per_package_method_section.tpl
Log Message:
Reverted this-mornings changes; They will be re-applied in smaller chunks
Index: per_package_method.tpl
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/per_package_method.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** per_package_method.tpl 16 Mar 2006 08:57:49 -0000 1.2
--- per_package_method.tpl 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ =for comment $Id$
+
=head2 __W32G_METHODNAME__
Index: per_package.tpl
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/per_package.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** per_package.tpl 16 Mar 2006 08:57:49 -0000 1.2
--- per_package.tpl 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ =for comment $Id$
+
=head1 NAME
Index: per_package_event.tpl
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/per_package_event.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** per_package_event.tpl 16 Mar 2006 08:57:49 -0000 1.2
--- per_package_event.tpl 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ =for comment $Id$
+
=head2 __W32G_EVENTTITLE__
Index: Documentation.txt
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/Documentation.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Documentation.txt 16 Mar 2006 08:57:49 -0000 1.2
--- Documentation.txt 16 Mar 2006 21:11:12 -0000 1.3
***************
*** 98,102 ****
* Packages
Introduced by a line containing the text:
! (@)PACKAGE: Win32::GUI::PackageName
The first comment line, immediately following such a declaration is taken
--- 98,102 ----
* Packages
Introduced by a line containing the text:
! (@)PACJAGE: Win32::GUI::PackageName
The first comment line, immediately following such a declaration is taken
***************
*** 147,151 ****
If you wish to provide a link to a page from within the text, please use the
form:
! L<description|Win32::GUI::PackageName>
even if this means that your link looks like:
L<Win32::GUI::PackageName|Win32::GUI::PackageName>
--- 147,151 ----
If you wish to provide a link to a page from within the text, please use the
form:
! L<descrption|Win32::GUI::PackageName>
even if this means that your link looks like:
L<Win32::GUI::PackageName|Win32::GUI::PackageName>
Index: per_package_event_section.tpl
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/per_package_event_section.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** per_package_event_section.tpl 16 Mar 2006 08:57:49 -0000 1.2
--- per_package_event_section.tpl 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ =for comment $Id$
+
=head1 EVENTS
Index: per_package_method_section.tpl
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/docs/per_package_method_section.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** per_package_method_section.tpl 16 Mar 2006 08:57:49 -0000 1.2
--- per_package_method_section.tpl 16 Mar 2006 21:11:13 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ =for comment $Id$
+
=head1 METHODS
|