X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpaper.h;h=03a771d160300c1be65893fe83d06f4305b37c72;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=07c2f524da8089cee7cfa18ef8f5b84aade54a03;hpb=80d7f70dc340e8b1ab29d38284b8327d13757196;p=lyx.git diff --git a/src/paper.h b/src/paper.h index 07c2f524da..03a771d160 100644 --- a/src/paper.h +++ b/src/paper.h @@ -1,39 +1,39 @@ // -*- C++ -*- /** - * \file paper.h + * \file paper.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Jean-Marc Lasgouttes + * \author Jean-Marc Lasgouttes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. * - * A trivial header file to hold paper-related enums. It should later - * expand to contain many paper-related horrors access. + * A trivial header file to hold paper-related enums. It should later + * expand to contain many paper-related horrors access. */ #ifndef PAPER_H #define PAPER_H - /// - enum PAPER_SIZE { - /// - PAPER_DEFAULT, - /// - PAPER_USLETTER, - /// - PAPER_LEGALPAPER, - /// - PAPER_EXECUTIVEPAPER, - /// - PAPER_A3PAPER, - /// - PAPER_A4PAPER, - /// - PAPER_A5PAPER, - /// - PAPER_B5PAPER - }; +/// +enum PAPER_SIZE { + /// + PAPER_DEFAULT, + /// + PAPER_USLETTER, + /// + PAPER_LEGALPAPER, + /// + PAPER_EXECUTIVEPAPER, + /// + PAPER_A3PAPER, + /// + PAPER_A4PAPER, + /// + PAPER_A5PAPER, + /// + PAPER_B5PAPER +}; /// enum PAPER_PACKAGES {