summaryrefslogtreecommitdiff
path: root/include/constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constant.h')
-rw-r--r--include/constant.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constant.h b/include/constant.h
index b578019..9ff2882 100644
--- a/include/constant.h
+++ b/include/constant.h
@@ -30,10 +30,10 @@ class PHPCPP_EXPORT Constant
{
public:
/**
- * Constructor
- * @param name Constant name
- * @param value Constant value
- * @param size Size of the value (in case of a string)
+ * Constructor to create a constant for a null value
+ *
+ * @param name Constant's name
+ * @param value Constant's value
*/
Constant(const char *name, std::nullptr_t value = nullptr);