From 45b3f8c27c32964c166200379ce5960cb59ec7d1 Mon Sep 17 00:00:00 2001 From: Rico Antonio Felix Date: Tue, 23 Jun 2015 21:48:22 -0400 Subject: Enhanced documentation for Constant(const char*, std::nullptr_t) --- include/constant.h | 8 ++++---- 1 file 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); -- cgit v1.2.3