X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.h;h=d1b81c87ea4290a728cc7233873a55842891d91e;hb=67e61a395698fdfc8a50d2af593b1c2dd89ac018;hp=51c3dfb170cb00e504ca7faf4092c10e19ded38d;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/Floating.h b/src/Floating.h index 51c3dfb170..d1b81c87ea 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -14,12 +14,15 @@ #include + +namespace lyx { + /** 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: /// @@ -64,4 +67,7 @@ private: bool builtin_; }; + +} // namespace lyx + #endif