From: Georg Baum Date: Wed, 17 Jan 2007 21:12:14 +0000 (+0000) Subject: * src/lyxlayout.h X-Git-Tag: 1.6.10~11156 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=08ef9c544e9f209010bd4f62c0cbcb2833b840c9;p=lyx.git * src/lyxlayout.h (LyXLayout::is_environment): Document git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16737 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxlayout.h b/src/lyxlayout.h index 2d12777bf6..7cdff88aa0 100644 --- a/src/lyxlayout.h +++ b/src/lyxlayout.h @@ -149,7 +149,13 @@ public: bool free_spacing; /// bool pass_thru; - /// + /** + * Whether this layout was declared with "Environment xxx" as opposed + * to "Style xxx". This is part of some unfinished generic environment + * handling (see also InsetEnvironment) started by Andre. No layout + * that is shipped with LyX has this flag set. + * Don't confuse this with isEnvironment()! + */ bool is_environment; /// show this in toc int toclevel;