PHPXrefの設定


クロスリファレンスドキュメントの自動生成ツール
source:http://phpxref.sourceforge.net/

# tar -zxvf phpxref-0.6.tar.gz
# cd phpxref-0.6
# vi phpxref.cfg (Windowsの場合は、phpxref.bat)
# ./phpxref.pl


phpxref.cfg ---

    7  # The base directory containing all of your PHP code to be indexed
    8  # This could just be a directory containing symlinks to the real directories
    9  #SOURCE=C:\webserver\sites\www.myhost.com\htdocs
    10 SOURCE=/usr/local/apache2/htdocs/aic_doc
    11 
    12 # The directory in which you'd like the output to be written
    13 #OUTPUT=C:\phpxref\output
    14 OUTPUT=/usr/local/apache2/htdocs/phpxref-0.6/output/aic
    15
    16 # Project name; something short
    17 PROJECT=aba-osakafu Project v1.00


phpxref.pl --- 192行目と 213行目を

<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
↓<meta http-equiv="content-type" content="text/html;charset=euc-jp">


sample_header.html --- 8行目を

<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
↓<meta http-equiv="content-type" content="text/html;charset=euc-jp">