FWIW, there is a Makefile under the "build-tools" directory that has a target
for building the API docs.

  $ cd build-tools
  $ make "ZF_EXPORT_DIR=.." stage-files phpdoc-core

Or you can read the phpdoc-core target and see how phpdoc is invoked.  Then
use that as an example and invoke phpdoc at the command-line yourself.

As Darby mentioned, you must have phpDocumentor installed on your system.

Note that generating the phpdoc for the entire ZF library takes a large
amount of memory, so you'll probably have to edit your php.ini to increase
your memory_limit.

Regards,
Bill Karwin


Darby Felton wrote:
> 
> Hi Mark,
> 
> Yes, you can build the API docs yourself using phpDocumentor, which is
> available in PEAR:
> 
> http://phpdoc.org/
> 
> If you would like to have the API documentation included in the
> snapshots, please file a JIRA issue for this:
> 
> http://framework.zend.com/issues/secure/CreateIssue!default.jspa
> 
> Thanks!
> 
> Best regards,
> Darby
> 
> Mark Maynereid wrote:
>> Hi,
>> 
>> ZF snapshots don't appear to have an api dir in the documentation
>> directory. I 
>> would find it handy. Is it something I can get/build?
>> 
>> Thanks,
>> Mark
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-build-API-docs-from-a-snapshot--tp14723137s16154p14739960.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to