where are the docs?
Moderators: Chris Corbyn, General Moderators
-
gmorehoudh
- Forum Commoner
- Posts: 50
- Joined: Tue Mar 04, 2008 1:49 pm
where are the docs?
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?
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.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: where are the docs?
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?
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?
-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/
$
...
$ ls -lR Swift-3.3.2-php5/docs/
$
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: where are the docs?
Eek! Maybe I missed the documentation phase when packaging 
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.
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.