summaryrefslogtreecommitdiff
path: root/tikzit/src/common/NodeStyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/NodeStyle.h')
-rw-r--r--tikzit/src/common/NodeStyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/common/NodeStyle.h b/tikzit/src/common/NodeStyle.h
index a78abaa..68aafad 100644
--- a/tikzit/src/common/NodeStyle.h
+++ b/tikzit/src/common/NodeStyle.h
@@ -59,13 +59,13 @@
/*!
@property strokeColorRGB
- @brief Stroke color.
+ @brief The stroke color used to render the node
*/
@property (copy) ColorRGB *strokeColorRGB;
/*!
@property fillColorRGB
- @brief Fill color.
+ @brief The fill color used to render the node
*/
@property (copy) ColorRGB *fillColorRGB;