]> git.lyx.org Git - features.git/commitdiff
Move comment where it belongs
authorGeorg Baum <baum@lyx.org>
Sun, 11 Oct 2015 08:27:16 +0000 (10:27 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 11 Oct 2015 08:27:16 +0000 (10:27 +0200)
src/insets/InsetExternal.h

index e1fe9447b91c19fccd3bf0ce1f581bacff678cf2..3cb295b5667d6d19caf77a5497f87caf863ab794 100644 (file)
 #include <boost/signals/trackable.hpp>
 
 
-/** No two InsetExternalParams variables can have the same temporary file.
- *  This class has copy-semantics but the copy constructor
- *  and assignment operator simply call the default constructor.
- *  Use of this class enables us to use the compiler-generated
- *  copy constructor and assignment operator for the
- *  InsetExternalParams class.
- */
 namespace lyx {
 
 namespace support {
@@ -37,6 +30,13 @@ class TempFile;
 
 namespace external {
 
+/** No two InsetExternalParams variables can have the same temporary file.
+ *  This class has copy-semantics but the copy constructor
+ *  and assignment operator simply call the default constructor.
+ *  Use of this class enables us to use the compiler-generated
+ *  copy constructor and assignment operator for the
+ *  InsetExternalParams class.
+ */
 class TempName {
 public:
        TempName();