]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.h
doxygen fixes
[lyx.git] / src / frontends / xforms / FormCitation.h
index 270f1f59795ce4e983e61ea8b2ee16967bc9655b..1797c13e05a3956eb55c92e72a478e83c1602427 100644 (file)
@@ -1,15 +1,10 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
+/**
+ * \file xforms/FormCitation.h
+ * Copyright 2000-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *
- *           Copyright 2000-2001 The LyX Team.
- *
- * ======================================================
- *
- * \file FormCitation.h
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming, a.leeming@ic.ac.uk
  */
 
 #ifndef FORMCITATION_H
@@ -51,10 +46,6 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-       /// tooltips
-       string const getMinimalTooltip(FL_OBJECT const *) const;
-       ///
-       string const getVerboseTooltip(FL_OBJECT const *) const;
 
        /// Fdesign generated method
        FD_form_citation * build_citation();