mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 11:24:31 +02:00
Removed @warning and @note tags used by doxygen before.
The Annotation readers of Symfony and Doctrine does not like them...
This commit is contained in:
parent
cb10b31938
commit
af5a7f8986
7 changed files with 18 additions and 18 deletions
|
@ -82,7 +82,7 @@ class Pricedetail extends DBElement
|
|||
* @param integer $multiplier The returned price (float or string) will be multiplied
|
||||
* with this multiplier.
|
||||
*
|
||||
* @note You will get the price for $multiplier parts. If you want the price which is stored
|
||||
* You will get the price for $multiplier parts. If you want the price which is stored
|
||||
* in the database, you have to pass the "price_related_quantity" count as $multiplier.
|
||||
*
|
||||
* @return float the price as a float number (if "$as_money_string == false")
|
||||
|
@ -142,7 +142,7 @@ class Pricedetail extends DBElement
|
|||
*
|
||||
* @param float $new_price the new price as a float number
|
||||
*
|
||||
* @warning @li This is the price for "price_related_quantity" parts!!
|
||||
* @li This is the price for "price_related_quantity" parts!!
|
||||
* @li Example: if "price_related_quantity" is '10',
|
||||
* you have to set here the price for 10 parts!
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue