Commit 587ed0c0 authored by peastman's avatar peastman
Browse files

Updated documentation for Lepton

parent 54e47d2d
...@@ -50,6 +50,9 @@ class ParsedExpression; ...@@ -50,6 +50,9 @@ class ParsedExpression;
* is visible. * is visible.
* *
* A CompiledExpression is created by calling createCompiledExpression() on a ParsedExpression. * A CompiledExpression is created by calling createCompiledExpression() on a ParsedExpression.
*
* WARNING: CompiledExpression is NOT thread safe. You should never access a CompiledExpression from two threads at
* the same time.
*/ */
class LEPTON_EXPORT CompiledExpression { class LEPTON_EXPORT CompiledExpression {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment