Doxygen documentation fixes

[SVN r74977]
This commit is contained in:
Ion Gaztañaga
2011-10-16 16:50:47 +00:00
parent 6f393bd4d6
commit b42013fcb1
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ class Base
public:
Base(){}
// Compiler-generated copy constructor...
Base(const Base &x) {/**/} // Copy ctor
Base(BOOST_RV_REF(Base) x) {/**/} // Move ctor