First Question ... API docs and/or examples?

I just used the defaults, version 2.0.0a10, from the standard Centos yum repo.

Code:
$ cd /path/to/xf/library/XenForo
$ mkdir docs
$ phpdoc -d . -t ./docs
[... make coffee ...]
$ phpdoc transform -s ./docs -t ./docs
[... make dinner, mow the yard, read War And Peace ...]

My first two attempts failed with memory problems at 256Mb and 512Mb, wasn't till i tried a Hail Mary with 1024Mb it finally ran to completion. Watching with 'top', it max'ed out at 892Mb!

If you post when you get yours built for 1.1.4, I'll take mine down.

-- hugh
 
Ouch. I used Fabien's Sami instead of phpdocumentor. Ran in ~1 minute with no memory issues at all.
 
Yeah, I've been using Sami recently for some other projects, but I just did a major update on my dev server (over 2 years worth of yum updates, LOL!) and am in dependency hell trying to get Composer to run again, so couldn't re-install Sami. Am pretty much at the point of just wiping the damn thing clean and rebuilding it from scratch.

-- hugh
 
I found this thread and the links to the api aren't working anymore. Is there any API documentation for developer?
 
Top Bottom