hholzgra Sat Jan 14 15:19:59 2006 UTC
Modified files:
/phpdoc/scripts file-entities.php.in
Log:
tread /macros dir like /functions dirs (for ZendAPI reference)
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/file-entities.php.in?r1=1.41&r2=1.42&diff_format=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.41
phpdoc/scripts/file-entities.php.in:1.42
--- phpdoc/scripts/file-entities.php.in:1.41 Thu Nov 17 23:04:24 2005
+++ phpdoc/scripts/file-entities.php.in Sat Jan 14 15:19:58 2006
@@ -17,7 +17,7 @@
| Gabor Hojtsy <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: file-entities.php.in,v 1.41 2005/11/17 23:04:24 nlopess Exp $
+ $Id: file-entities.php.in,v 1.42 2006/01/14 15:19:58 hholzgra Exp $
*/
/**
@@ -236,7 +236,7 @@
// If the working directory is a reference functions directory,
// then start to generate a functions.xml file for that folder.
- if (preg_match("!/functions$!", $work_dir)) {
+ if (preg_match("!/functions$!", $work_dir) || preg_match("!/macros$!",
$work_dir)) {
// Start new functions file with empty entity set
$function_entities = array();
$functions_file = "$work_dir.xml";