浏览代码

Fixing doc comment.

Jay Sistar 10 年之前
父节点
当前提交
a374012059
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/Atomic/Core/Variant.h

+ 1 - 1
Source/Atomic/Core/Variant.h

@@ -577,7 +577,7 @@ public:
         return *this;
     }
 
-    // Assign from a string vector.
+    /// Assign from a string vector.
     Variant& operator =(const StringVector& rhs)
     {
         SetType(VAR_STRINGVECTOR);