X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCitation.h;h=1a6627ee24d69ebf9ed5f5a4e1b907a5b6181b39;hb=1e190a2af27ca99831f51567c16e6b39bf4317c3;hp=23b1438bc81a635cd3848343404b8a42c78ff48f;hpb=b35b731fbfbf5b614c0bd3baf5bc65fe7ff6f8d9;p=lyx.git diff --git a/src/Citation.h b/src/Citation.h index 23b1438bc8..1a6627ee24 100644 --- a/src/Citation.h +++ b/src/Citation.h @@ -1,16 +1,16 @@ // -*- C++ -*- /** - * \file BiblioCode.h + * \file Citation.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Herbert Voß + * \author Herbert Voß * * Full author contact details are available in file CREDITS. */ -#ifndef BIBLIOCODE_H -#define BIBLIOCODE_H +#ifndef CITATION_H +#define CITATION_H namespace lyx { @@ -25,14 +25,14 @@ enum CiteEngine { enum CiteStyle { CITE, - NOCITE, CITET, CITEP, CITEALT, CITEALP, CITEAUTHOR, CITEYEAR, - CITEYEARPAR + CITEYEARPAR, + NOCITE };