X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Frule.h;h=68d57beb4f5769b47c48f8b7fac9f1cb98695d53;hb=HEAD;hp=fcef31f500de59c1e74a90d39a5540fbef175b95;hpb=71fe848416e50bea3b6484345047b0379126508b;p=lsystem3d.git diff --git a/src/rule.h b/src/rule.h index fcef31f..68d57be 100644 --- a/src/rule.h +++ b/src/rule.h @@ -59,6 +59,7 @@ public: */ ~Rule(); + /** * Clear rule */ @@ -76,6 +77,7 @@ public: */ string toString(); + /** * Set rule name * @param name the name @@ -94,6 +96,7 @@ public: */ void setProbability(double probability); + /** * Get rule name * @return the rule name