<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged phpdoc pear ubuntu</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/phpdoc+pear+ubuntu/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/phpdoc+pear+ubuntu/order_by/date</id>
  <updated>2006-12-26T16:08:19Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Générer la PHPDoc d'un projet</title>
  <link href="http://snippets.prendreuncafe.com/snippet/31"></link>
  <updated>2006-12-26T16:08:19Z</updated>
  <id>31</id>
  <summary type="html">[code]
$ sudo apt-get install php-pear
$ sudo pear install PhpDocumentor
$ phpdoc -d /path/to/project/sources -t /path/to/project/doc 
[/code]</summary>
</entry>
</feed>