X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flayout.h;h=a83965daf2cde872f7434dbca5b3bb7d2d0fe7f8;hb=37d42d45f3f4a5d3e916a080af50b37ae4a9d118;hp=82ca677af39227e9107cc8e248782259df7fa9ce;hpb=305c04ba8bf3dd6797da1adff4972c4f384c9071;p=lyx.git diff --git a/src/layout.h b/src/layout.h index 82ca677af3..a83965daf2 100644 --- a/src/layout.h +++ b/src/layout.h @@ -1,13 +1,14 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file layout.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Lars Gullik Bjønnes + * \author Jean-Marc Lasgouttes * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LAYOUT_H #define LAYOUT_H @@ -110,25 +111,11 @@ enum LYX_LABEL_TYPES { /// LABEL_SENSITIVE, /// - LABEL_COUNTER_CHAPTER, - /// - LABEL_COUNTER_SECTION, - /// - LABEL_COUNTER_SUBSECTION, - /// - LABEL_COUNTER_SUBSUBSECTION, - /// - LABEL_COUNTER_PARAGRAPH, - /// - LABEL_COUNTER_SUBPARAGRAPH, - /// - LABEL_COUNTER_ENUMI, - /// - LABEL_COUNTER_ENUMII, + LABEL_COUNTER, /// - LABEL_COUNTER_ENUMIII, + LABEL_ENUMERATE, /// - LABEL_COUNTER_ENUMIV + LABEL_ITEMIZE };