<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>橋本雄の技術ブログ &#187; pear</title>
	<atom:link href="http://labs.asunochikara.com/category/php/pear/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.asunochikara.com</link>
	<description>橋本雄がvim、ubuntu、phpなどの技術情報をまとめています</description>
	<lastBuildDate>Fri, 14 May 2010 14:17:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/category/php/pear/feed/" />
		<item>
		<title>phpDocumentorについて</title>
		<link>http://labs.asunochikara.com/2008/06/phpdocumentor/</link>
		<comments>http://labs.asunochikara.com/2008/06/phpdocumentor/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:52:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[pear]]></category>
		<category><![CDATA[phpDocumentor]]></category>

		<guid isPermaLink="false">http://labs.asunochikara.com/?p=3</guid>
		<description><![CDATA[いつでもググれば出てきそうなんだけれど、それでも折角しらべた内容はまとめておきたいので&#8230;..

pear install phpDocumentor

でインストール後、バッチファイルが出来上がるので

c: [...]]]></description>
			<content:encoded><![CDATA[<p>いつでもググれば出てきそうなんだけれど、それでも折角しらべた内容はまとめておきたいので&#8230;..</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">pear install phpDocumentor</pre></div></div>

<p>でインストール後、バッチファイルが出来上がるので</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">c:\php5\phpdoc -d e:\data\public_html\mp\webapp\modules\admin
-t \\sv01\project\<span style="color: #cc66cc;">2006</span>-02_mobilepro_asp\phpdoc\src\
-ti MobilePRO_ASP
-pp on
-s on
-o HTML:frames:phpedit</pre></div></div>

<p>ちなみに、パラメータの説明は、phpdoc -hでみることができます。<br />
<strong>文字化け対策</strong><br />
これもあちこちにありますが、以下の４ファイルを修正することでOKです。<br />
index.tpl, blank.tpl, header.tpl,top_frame.tpl<br />
ファイルは、ここにあります。</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">；；個人的に気に入っている HTML:frames:DOM/earthli というテンプレートの場合
；；PEARディレクトリ/data/PhpDocumentor/phpDocumentor/Converters/（下に続く）
HTML/frames/templates/DOM/earthli/templates</pre></div></div>

<p><a href="http://blog.lunasys.net/entry/8.html">http://blog.lunasys.net/entry/8.html</a><br />
によれば、このバッチファイルを実行すれば全部やってくれるみたい。やっぱりこれでしょ。</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.asunochikara.com/2008/06/phpdocumentor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://labs.asunochikara.com/2008/06/phpdocumentor/" />
	</item>
	</channel>
</rss>
