X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetLayout.h;h=0d6ad2ae4fd670a16a70029ac699b6038ad49834;hb=4a1be58591ea5a7431d9426abb27d8b946c634cb;hp=4706a6d42f4612e046f2dc42511edcd77cf42f08;hpb=2812202c2bb1da9e0c2667ff908ccdb2c9b98d8a;p=lyx.git diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 4706a6d42f..0d6ad2ae4f 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -78,7 +78,11 @@ public: private: /// docstring name_; - /// + /** + * This is only used (at present) to decide where to put them on the menus. + * Values are 'charstyle', 'custom' (things that by default look like a + * footnote), 'element' (docbook), 'standard'. + */ std::string lyxtype_; /// docstring labelstring_;