diff options
Diffstat (limited to 'include/formula/tokenarray.hxx')
-rw-r--r-- | include/formula/tokenarray.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx index eed55d089921..891b793c3f10 100644 --- a/include/formula/tokenarray.hxx +++ b/include/formula/tokenarray.hxx @@ -292,7 +292,8 @@ public: { nMode = GetCombinedBitsRecalcMode() | nBits; } FormulaTokenArray(); - /// Assignment with references to FormulaToken entries (not copied!) + /** Assignment with incrementing references of FormulaToken entries + (not copied!) */ FormulaTokenArray( const FormulaTokenArray& ); virtual ~FormulaTokenArray(); @@ -468,7 +469,8 @@ public: virtual FormulaToken* MergeArray( ); - /// Assignment with references to FormulaToken entries (not copied!) + /** Assignment with incrementing references of FormulaToken entries + (not copied!) */ FormulaTokenArray& operator=( const FormulaTokenArray& ); /** Determines if this formula needs any changes to convert it to something |