| [ Index ] |
PHP Cross Reference of GASELL SVN Trunk |
[Summary view] [Print] [Text view]
1 SOURCE=/data/vhosts/gasell.drazzib.com/data/export_gasell/trunk/ 2 OUTPUT=/data/vhosts/gasell.drazzib.com/htdocs/phpxref/ 3 4 # Project name; something short 5 PROJECT=GASELL SVN Trunk 6 7 # Name of the HTML file to prepend to the output 8 HEADERFILE=/root/scripts/phpxref-0.7/sample_header.html 9 10 # Name of the HTML file to append to the output 11 FOOTERFILE=/root/scripts/phpxref-0.7/sample_footer.html 12 13 # Names of the stylesheets to copy into the output tree 14 STYLEFILE=sample.css 15 PRINTSTYLEFILE=sample-print.css 16 17 # Directories, relative to SOURCE, to search for files that have been 18 # require()'d or include()'d 19 # ie. works in a similar way to PHP's php_include_path variable 20 INCLUDEPATH=. 21 22 # Filenames beginning with a period will be ignored if this is set 23 NO_HIDDEN=1 24 25 # File extension to use on output pages 26 EXTENSION=html 27 28 # Set to 1 and install the IO::Zlib perl module to compress all output 29 # pages. Requires a correctly configured web server to serve the 30 # resulting files. 31 COMPRESS=0 32 33 # Cross-reference all mentions of source filenames, not just 34 # those in require/include statements 35 # If you find this is too aggressive/verbose, try turning it off 36 FULLXREF=1 37 38 # File containing a list of PHP functions, one per line 39 FUNCTIONLIST=/root/scripts/phpxref-0.7/php4_functionlist.txt 40 41 # Set this to 0 to enable "traditional" style function comments 42 # (ie. those that begin with '////' used with old versions of 43 # phpxref) 44 NO_TRAD_DOC=1 45 46 # Don't index files listed in these directories 47 # You can have multiple BAD_DIRNAME entries if necessary 48 BAD_DIRNAME=CVS 49 BAD_DIRNAME=SCCS 50 BAD_DIRNAME=.svn 51 52 # Ignore files with this extension. Multiple entries are allowed 53 BAD_EXT=bz2 54 BAD_EXT=gz 55 BAD_EXT=zip 56 BAD_EXT=exe 57 BAD_EXT=bin 58 BAD_EXT=dat 59 BAD_EXT=core 60 BAD_EXT=gif 61 BAD_EXT=jpg 62 BAD_EXT=png 63 BAD_EXT=prc 64 BAD_EXT=tgz 65 BAD_EXT=ico 66 67 # If you'd rather specify which extensions to *include*, instead of 68 # which to *exclude* (via bad_ext above) then use GOOD_EXT instead: 69 # GOOD_EXT=php 70 # GOOD_EXT=phtml 71 72 # Specify which tags you wish to show up along with function/class 73 # descriptions 74 # use multiple DOC_TAG entries if you wish to list more than one tag 75 DOC_TAG=author 76 DOC_TAG=param 77 DOC_TAG=return 78 DOC_TAG=returns 79 80 # Specify which tags you wish to show up for file descriptions 81 # in the file summary page 82 DOC_FILE_TAG=author 83 DOC_FILE_TAG=license 84 DOC_FILE_TAG=copyright 85 DOC_FILE_TAG=version
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Jan 6 01:17:25 2009 | Cross-referenced by PHPXref 0.7 |