Page 1 of 1

where are the docs?

Posted: Thu Mar 06, 2008 1:14 pm
by gmorehoudh
There appears to be nothing but EasySwift in the API docs on the web site, and the docs/ directory in the php5 tarball is empty.

Re: where are the docs?

Posted: Thu Mar 06, 2008 1:16 pm
by gmorehoudh
Er, I figured out where they were on the web site (that UI is really non-obvious) but the docs/ directory is still empty in the download.

Re: where are the docs?

Posted: Thu Mar 06, 2008 8:53 pm
by Chris Corbyn
Hmmm... odd. There would be no docs if the tarball was built by somebody else from my svn repository (since the docs are built as part of the packaging process and not stored in svn). But the docs folder from any verison I've released should contains documentation.

What version of Swift are you using?

Re: where are the docs?

Posted: Mon Mar 10, 2008 4:45 pm
by gmorehoudh
-rw-r--r-- 1 gordonm admin 672058 Mar 6 11:11 Swift-3.3.2-php5.tar.gz

...

$ ls -lR Swift-3.3.2-php5/docs/
$

Re: where are the docs?

Posted: Mon Mar 10, 2008 9:10 pm
by Chris Corbyn
Eek! Maybe I missed the documentation phase when packaging :oops:

The docs in the tarball are only the API docs from the comments in the code (i.e. not the stuff in the wiki). They are also available online here:

http://www.swiftmailer.org/api/php5/index.html

Sorry about that.