[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp/Texinfo Parser.pm
From: |
Patrice Dumas |
Subject: |
texinfo/tp/Texinfo Parser.pm |
Date: |
Tue, 11 Oct 2011 21:44:25 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 11/10/11 21:44:25
Modified files:
tp/Texinfo : Parser.pm
Log message:
Document GLOBAL_COMMANDS in Texinfo/Parser.pm.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.312&r2=1.313
Patches:
Index: Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -b -r1.312 -r1.313
--- Parser.pm 11 Oct 2011 21:40:26 -0000 1.312
+++ Parser.pm 11 Oct 2011 21:44:25 -0000 1.313
@@ -4945,6 +4945,12 @@
messages. It takes a string as argument and returns a string. The default
function returns the error message as is.
+=item GLOBAL_COMMANDS
+
+The associated value is a reference on an array. All the commands in the
+array are collected durin parsing. They are afterwards available
+through L</global_informations>.
+
=item include_directories
An array reference of directories in which C<@include> files should be
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp/Texinfo Parser.pm,
Patrice Dumas <=