X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormRef.h;h=9f85c6a734cebd2bf6d16474dd8b502ce0d7b464;hb=3e39bef2c13125023f3b72532d90575bbe307335;hp=bd6a84b2f39b6fae9e58f188afee98ab418dd98e;hpb=3b380bf220040189ba9b6de275b98e72eefd4e19;p=lyx.git diff --git a/src/frontends/xforms/FormRef.h b/src/frontends/xforms/FormRef.h index bd6a84b2f3..9f85c6a734 100644 --- a/src/frontends/xforms/FormRef.h +++ b/src/frontends/xforms/FormRef.h @@ -1,14 +1,10 @@ -/* This file is part of - * ====================================================== +// -*- C++ -*- +/** + * \file xforms/FormRef.h + * Copyright 2000-2001 the LyX Team + * Read the file COPYING * - * LyX, The Document Processor - * - * Copyright 2000-2001 The LyX Team. - * - * ====================================================== - * - * \file FormRef.h - * \author Angus Leeming, a.leeming@.ac.uk + * \author Angus Leeming, a.leeming@ic.ac.uk */ #ifndef FORMREF_H @@ -42,12 +38,13 @@ private: /// void updateBrowser(std::vector const &) const; - /// Type definition from the fdesign produced header file. + + /// Fdesign generated method FD_form_ref * build_ref(); /// bool at_ref_; - /// + /// std::vector refs_; };