where are the docs?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
gmorehoudh
Forum Commoner
Posts: 50
Joined: Tue Mar 04, 2008 1:49 pm

where are the docs?

Post 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.
gmorehoudh
Forum Commoner
Posts: 50
Joined: Tue Mar 04, 2008 1:49 pm

Re: where are the docs?

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: where are the docs?

Post 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?
gmorehoudh
Forum Commoner
Posts: 50
Joined: Tue Mar 04, 2008 1:49 pm

Re: where are the docs?

Post 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/
$
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: where are the docs?

Post 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.
Post Reply