Commit 61378029 authored by Bas de Nooijer's avatar Bas de Nooijer

- improving phpdoc

parent c16f0b31
...@@ -61,7 +61,7 @@ you could also write the switches here) ...@@ -61,7 +61,7 @@ you could also write the switches here)
<!-- Generate API documentation --> <!-- Generate API documentation -->
<target name="phpdoc"> <target name="phpdoc">
<exec executable="phpdoc"> <exec executable="phpdoc">
<arg line="-d library -t build/api" /> <arg line="-d library -t build/api -s -t 'Solarium documentation' -ue on"/>
</exec> </exec>
</target> </target>
......
...@@ -73,7 +73,8 @@ class Solarium_Client extends Solarium_Configurable ...@@ -73,7 +73,8 @@ class Solarium_Client extends Solarium_Configurable
* Adapter instance * Adapter instance
* *
* The adapter is lazy-loading, it will be instantiated on first use by * The adapter is lazy-loading, it will be instantiated on first use by
* {@see getAdapter} based on the 'adapter' entry in {@see $_options} * {@link getAdapter()} based on the 'adapter' entry in {@link $_options}.
* This options can be set using {@link setAdapter()}
* *
* @var Solarium_Client_Adapter * @var Solarium_Client_Adapter
*/ */
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
...@@ -27,6 +27,12 @@ ...@@ -27,6 +27,12 @@
* The views and conclusions contained in the software and documentation are * The views and conclusions contained in the software and documentation are
* those of the authors and should not be interpreted as representing official * those of the authors and should not be interpreted as representing official
* policies, either expressed or implied, of the copyright holder. * policies, either expressed or implied, of the copyright holder.
*
* @copyright Copyright 2011 Bas de Nooijer <solarium@raspberry.nl>
* @licence http://github.com/basdenooijer/solarium/raw/master/COPYING
*
* @package Solarium
* @subpackage Client
*/ */
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment