]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
Fix bug 2115 ("blueline bug")
[lyx.git] / src / Floating.h
index 51c3dfb170cb00e504ca7faf4092c10e19ded38d..3daaeec15b16c6fc52c9360c558238071f01c47e 100644 (file)
 #include <string>
 
 /** This is a "float layout" object. It contains the parameters for how to
   handle the different kinds of floats, default ones and user created ones.
   Objects of this class is stored in a container in FloatList. The different
   InsetFloat(s) have a pointer/reference through the name of the Floating
   so that it knows how the different floats should be handled.
-*/
*  handle the different kinds of floats, default ones and user created ones.
*  Objects of this class is stored in a container in FloatList. The different
*  InsetFloat(s) have a pointer/reference through the name of the Floating
*  so that it knows how the different floats should be handled.
+ */
 class Floating {
 public:
        ///