From 02e94723740cea9a28f90f406c4cab55d7f6b5b9 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 26 Sep 2002 08:57:43 +0000 Subject: [PATCH] doxygen fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5347 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/frontends/ChangeLog | 4 ++++ src/frontends/Dialogs.C | 2 +- src/frontends/gnome/ChangeLog | 17 +++++++++++++++++ src/frontends/gnome/Dialogs.C | 2 +- src/frontends/gnome/FileDialog.C | 2 +- src/frontends/gnome/GAbout.C | 2 +- src/frontends/gnome/GAbout.h | 2 +- src/frontends/gnome/GERT.C | 2 +- src/frontends/gnome/GERT.h | 2 +- src/frontends/gnome/GError.C | 2 +- src/frontends/gnome/GError.h | 2 +- src/frontends/gnome/GFloat.C | 2 +- src/frontends/gnome/GFloat.h | 2 +- src/frontends/gnome/GLog.C | 2 +- src/frontends/gnome/GLog.h | 2 +- src/frontends/gnome/GPreamble.C | 2 +- src/frontends/gnome/GPreamble.h | 2 +- src/frontends/gnome/GTabularCreate.C | 2 +- src/frontends/gnome/GTabularCreate.h | 2 +- src/frontends/gnome/GUrl.C | 2 +- src/frontends/gnome/GUrl.h | 2 +- src/frontends/gnome/GnomeBase.h | 10 +++++----- src/frontends/qt2/ChangeLog | 11 +++++++++++ src/frontends/qt2/Dialogs2.C | 2 +- src/frontends/qt2/Dialogs_impl.h | 2 +- src/frontends/qt2/LyXKeySymFactory.C | 2 +- src/frontends/qt2/LyXScreenFactory.C | 2 +- src/frontends/qt2/Menubar_pimpl.C | 2 +- src/frontends/qt2/Menubar_pimpl.h | 2 +- src/frontends/qt2/Timeout_pimpl.h | 2 +- src/frontends/qt2/Toolbar_pimpl.C | 2 +- src/frontends/qt2/Toolbar_pimpl.h | 2 +- src/frontends/qt2/WorkAreaFactory.C | 2 +- src/frontends/qt2/lyx_gui.C | 2 +- src/frontends/xforms/ChangeLog | 12 ++++++++++++ src/frontends/xforms/Dialogs2.C | 2 +- src/frontends/xforms/Dialogs_impl.h | 2 +- src/frontends/xforms/FormWrap.h | 2 +- src/frontends/xforms/LyXKeySymFactory.C | 2 +- src/frontends/xforms/LyXScreenFactory.C | 2 +- src/frontends/xforms/Menubar_pimpl.C | 2 +- src/frontends/xforms/Menubar_pimpl.h | 2 +- src/frontends/xforms/Toolbar_pimpl.C | 2 +- src/frontends/xforms/Toolbar_pimpl.h | 2 +- src/frontends/xforms/WorkAreaFactory.C | 2 +- src/frontends/xforms/lyx_gui.C | 2 +- src/ispell.h | 2 +- src/support/ChangeLog | 5 +++++ src/support/LIstream.h | 2 +- src/support/LOstream.h | 2 +- 51 files changed, 102 insertions(+), 49 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 754975a056..d26fa8b786 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-09-25 Angus Leeming + + * ispell.h: doxygen fix. + 2002-09-25 Dekel Tsur * buffer.h (readFile): Add a new argument to the method, to allow diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index 30903119e5..1eea239714 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,7 @@ +2002-09-25 Angus Leeming + + * Dialogs.C: doxygen fix. + 2002-09-24 Lars Gullik Bjønnes * Makefile.am (INCLUDES): loose SIGC_INCLUDES diff --git a/src/frontends/Dialogs.C b/src/frontends/Dialogs.C index 0ee55ac64d..7e77b7d9be 100644 --- a/src/frontends/Dialogs.C +++ b/src/frontends/Dialogs.C @@ -1,5 +1,5 @@ /** - * \file Dialogs.C + * \file frontends/Dialogs.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * \author Angus Leeming diff --git a/src/frontends/gnome/ChangeLog b/src/frontends/gnome/ChangeLog index 58473f95f8..dbc4cff88d 100644 --- a/src/frontends/gnome/ChangeLog +++ b/src/frontends/gnome/ChangeLog @@ -1,3 +1,20 @@ +2002-09-25 Angus Leeming + + * Dialogs.C: + * FileDialog.C: doxygen fixes. + + * GnomeBase.h: rename template FormCB as GnomeCB to avoid doxygen + problems with multiple classes (xforms amd gnome) having the same name. + + * GAbout.[Ch]: + * GERT.[Ch]: + * GError.[Ch]: + * GFloat.[Ch]: + * GLog.[Ch]: + * GPreamble.[Ch]: + * GTabularCreate.[Ch]: + * GUrl.[Ch]: associated change. + 2002-06-15 Michael A. Koziarski * Dialogs.C diff --git a/src/frontends/gnome/Dialogs.C b/src/frontends/gnome/Dialogs.C index ea364220d7..169b3d8e0f 100644 --- a/src/frontends/gnome/Dialogs.C +++ b/src/frontends/gnome/Dialogs.C @@ -1,5 +1,5 @@ /** - * \file Dialogs.C + * \file gnome/Dialogs.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/gnome/FileDialog.C b/src/frontends/gnome/FileDialog.C index 089e16b036..d00faf6f4c 100644 --- a/src/frontends/gnome/FileDialog.C +++ b/src/frontends/gnome/FileDialog.C @@ -1,5 +1,5 @@ /** - * \file FileDialog.C + * \file gnome/FileDialog.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/gnome/GAbout.C b/src/frontends/gnome/GAbout.C index 8cacbba7e1..efecce720b 100644 --- a/src/frontends/gnome/GAbout.C +++ b/src/frontends/gnome/GAbout.C @@ -25,7 +25,7 @@ #include GAbout::GAbout(ControlAboutlyx & c) - : FormCB(c, "GAbout") + : GnomeCB(c, "GAbout") {} diff --git a/src/frontends/gnome/GAbout.h b/src/frontends/gnome/GAbout.h index 7a2c0bd97b..d65190b91a 100644 --- a/src/frontends/gnome/GAbout.h +++ b/src/frontends/gnome/GAbout.h @@ -29,7 +29,7 @@ namespace Gtk { /** * This class implements the dialog to display the information About LyX */ -class GAbout : public FormCB { +class GAbout : public GnomeCB { public: /// GAbout(ControlAboutlyx & c); diff --git a/src/frontends/gnome/GERT.C b/src/frontends/gnome/GERT.C index 60ccf6c23e..3ab6d8f93e 100644 --- a/src/frontends/gnome/GERT.C +++ b/src/frontends/gnome/GERT.C @@ -21,7 +21,7 @@ #include GERT::GERT(ControlERT & c) - : FormCB(c, "GERT") + : GnomeCB(c, "GERT") {} diff --git a/src/frontends/gnome/GERT.h b/src/frontends/gnome/GERT.h index 284bbbff5d..1a28217835 100644 --- a/src/frontends/gnome/GERT.h +++ b/src/frontends/gnome/GERT.h @@ -27,7 +27,7 @@ namespace Gtk { /** * This class implements the dialog to insert/modify urls. */ -class GERT : public FormCB { +class GERT : public GnomeCB { public: /// GERT(ControlERT & c); diff --git a/src/frontends/gnome/GError.C b/src/frontends/gnome/GError.C index ac7908c45f..323a512fde 100644 --- a/src/frontends/gnome/GError.C +++ b/src/frontends/gnome/GError.C @@ -22,7 +22,7 @@ #include GErrorDialog::GErrorDialog(ControlError & c) - : FormCB(c, "GError") + : GnomeCB(c, "GError") {} diff --git a/src/frontends/gnome/GError.h b/src/frontends/gnome/GError.h index d5c07fb8d0..f51e1255ac 100644 --- a/src/frontends/gnome/GError.h +++ b/src/frontends/gnome/GError.h @@ -30,7 +30,7 @@ class TextView; /** * This class implements the dialog to show error messages. */ -class GErrorDialog : public FormCB { +class GErrorDialog : public GnomeCB { public: /// GErrorDialog(ControlError & c); diff --git a/src/frontends/gnome/GFloat.C b/src/frontends/gnome/GFloat.C index 9a5cf81fd9..f89a50f8b5 100644 --- a/src/frontends/gnome/GFloat.C +++ b/src/frontends/gnome/GFloat.C @@ -24,7 +24,7 @@ #include GFloat::GFloat(ControlFloat & c) - : FormCB(c, "GFloat") + : GnomeCB(c, "GFloat") {} diff --git a/src/frontends/gnome/GFloat.h b/src/frontends/gnome/GFloat.h index 73829abfa0..61c22db703 100644 --- a/src/frontends/gnome/GFloat.h +++ b/src/frontends/gnome/GFloat.h @@ -30,7 +30,7 @@ namespace Gtk { /** * This class implements the dialog to modify the LaTeX preamble */ -class GFloat : public FormCB { +class GFloat : public GnomeCB { public: /// GFloat(ControlFloat & c); diff --git a/src/frontends/gnome/GLog.C b/src/frontends/gnome/GLog.C index 28ab389ed4..78fd70ad75 100644 --- a/src/frontends/gnome/GLog.C +++ b/src/frontends/gnome/GLog.C @@ -23,7 +23,7 @@ #include GLog::GLog(ControlLog & c) - : FormCB(c, "GLog") + : GnomeCB(c, "GLog") {} diff --git a/src/frontends/gnome/GLog.h b/src/frontends/gnome/GLog.h index c203e51259..3e26c47723 100644 --- a/src/frontends/gnome/GLog.h +++ b/src/frontends/gnome/GLog.h @@ -28,7 +28,7 @@ namespace Gtk { /** * This class implements the dialog to modify the LaTeX preamble */ -class GLog : public FormCB { +class GLog : public GnomeCB { public: /// GLog(ControlLog & c); diff --git a/src/frontends/gnome/GPreamble.C b/src/frontends/gnome/GPreamble.C index 471802b85c..670f5ac605 100644 --- a/src/frontends/gnome/GPreamble.C +++ b/src/frontends/gnome/GPreamble.C @@ -21,7 +21,7 @@ #include GPreamble::GPreamble(ControlPreamble & c) - : FormCB(c, "GPreamble") + : GnomeCB(c, "GPreamble") {} diff --git a/src/frontends/gnome/GPreamble.h b/src/frontends/gnome/GPreamble.h index 5fe4a437d6..97bb0ba5d5 100644 --- a/src/frontends/gnome/GPreamble.h +++ b/src/frontends/gnome/GPreamble.h @@ -27,7 +27,7 @@ class TextView; /** * This class implements the dialog to modify the LaTeX preamble */ -class GPreamble : public FormCB { +class GPreamble : public GnomeCB { public: /// GPreamble(ControlPreamble & c); diff --git a/src/frontends/gnome/GTabularCreate.C b/src/frontends/gnome/GTabularCreate.C index 752e682557..0327ef530c 100644 --- a/src/frontends/gnome/GTabularCreate.C +++ b/src/frontends/gnome/GTabularCreate.C @@ -22,7 +22,7 @@ #include GTabularCreate::GTabularCreate(ControlTabularCreate & c) - : FormCB(c, "GTabularCreate") + : GnomeCB(c, "GTabularCreate") {} diff --git a/src/frontends/gnome/GTabularCreate.h b/src/frontends/gnome/GTabularCreate.h index 521c6b506b..64262b0e82 100644 --- a/src/frontends/gnome/GTabularCreate.h +++ b/src/frontends/gnome/GTabularCreate.h @@ -27,7 +27,7 @@ namespace Gtk { /** * This class implements the dialog to insert/modify urls. */ -class GTabularCreate : public FormCB { +class GTabularCreate : public GnomeCB { public: /// GTabularCreate(ControlTabularCreate & c); diff --git a/src/frontends/gnome/GUrl.C b/src/frontends/gnome/GUrl.C index 17b02232f5..8c7c27826e 100644 --- a/src/frontends/gnome/GUrl.C +++ b/src/frontends/gnome/GUrl.C @@ -23,7 +23,7 @@ #include GUrl::GUrl(ControlUrl & c) - : FormCB(c, "GUrl") + : GnomeCB(c, "GUrl") {} diff --git a/src/frontends/gnome/GUrl.h b/src/frontends/gnome/GUrl.h index 22be252cac..79c92d9a6d 100644 --- a/src/frontends/gnome/GUrl.h +++ b/src/frontends/gnome/GUrl.h @@ -29,7 +29,7 @@ class Entry; /** * This class implements the dialog to insert/modify urls. */ -class GUrl : public FormCB { +class GUrl : public GnomeCB { public: /// GUrl(ControlUrl & c); diff --git a/src/frontends/gnome/GnomeBase.h b/src/frontends/gnome/GnomeBase.h index 2c35f24430..259d32bc10 100644 --- a/src/frontends/gnome/GnomeBase.h +++ b/src/frontends/gnome/GnomeBase.h @@ -97,27 +97,27 @@ T* GnomeBase::getWidget(const string & name) const * We chose not to make GnomeBase a template since it has some size and we * have no reason to duplicate it by making it a template. * - * Basically the FormCB template instantiates GnomeBase and passes + * Basically the GnomeCB template instantiates GnomeBase and passes * the parameters to it and it also adds the controller() method to give us * a reference to the controller of the correct type (the type is set by the * template parameter). */ template -class FormCB : public GnomeBase { +class GnomeCB : public GnomeBase { public: - FormCB(Controller & c, string const & name); + GnomeCB(Controller & c, string const & name); protected: Controller & controller(); }; template -FormCB::FormCB(Controller & c, string const & name) +GnomeCB::GnomeCB(Controller & c, string const & name) : GnomeBase(c, name) {} template Controller & -FormCB::controller() +GnomeCB::controller() { return static_cast(controller_); } diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 2b5dafd7f9..b509b1bb3e 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,14 @@ +2002-09-25 Angus Leeming + + * Dialogs2.C: + * Dialogs_impl.h: + * LyXKeySymFactory.C: + * LyXScreenFactory.C: + * Menubar_pimpl.[Ch]: + * Toolbar_pimpl.[Ch]: + * WorkAreaFactory.C: + * lyx_gui.C: doxygen fixes. + 2002-09-24 Lars Gullik Bjønnes * ui/moc/Makefile.am (INCLUDES): diff --git a/src/frontends/qt2/Dialogs2.C b/src/frontends/qt2/Dialogs2.C index 588bbe9d5a..d803ee634a 100644 --- a/src/frontends/qt2/Dialogs2.C +++ b/src/frontends/qt2/Dialogs2.C @@ -1,5 +1,5 @@ /** - * \file xforms/Dialogs.C + * \file qt2/Dialogs2.C * Copyright 1995 Matthias Ettrich * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. diff --git a/src/frontends/qt2/Dialogs_impl.h b/src/frontends/qt2/Dialogs_impl.h index 50ec4257f0..9d3446e352 100644 --- a/src/frontends/qt2/Dialogs_impl.h +++ b/src/frontends/qt2/Dialogs_impl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Dialogs_impl.h + * \file qt2/Dialogs_impl.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * \author Angus Leeming diff --git a/src/frontends/qt2/LyXKeySymFactory.C b/src/frontends/qt2/LyXKeySymFactory.C index 706b18c4ba..8ec2d007ed 100644 --- a/src/frontends/qt2/LyXKeySymFactory.C +++ b/src/frontends/qt2/LyXKeySymFactory.C @@ -1,5 +1,5 @@ /** - * \file LyXKeySymFactory.C + * \file qt2/LyXKeySymFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/LyXScreenFactory.C b/src/frontends/qt2/LyXScreenFactory.C index a5a0f2b2d9..effea4d52e 100644 --- a/src/frontends/qt2/LyXScreenFactory.C +++ b/src/frontends/qt2/LyXScreenFactory.C @@ -1,5 +1,5 @@ /** - * \file LyXScreenFactory.C + * \file qt2/LyXScreenFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/Menubar_pimpl.C b/src/frontends/qt2/Menubar_pimpl.C index 1747534dc2..03fec17cf7 100644 --- a/src/frontends/qt2/Menubar_pimpl.C +++ b/src/frontends/qt2/Menubar_pimpl.C @@ -1,5 +1,5 @@ /** - * \file Menubar_pimpl.C + * \file qt2/Menubar_pimpl.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/Menubar_pimpl.h b/src/frontends/qt2/Menubar_pimpl.h index 4b0fb36aa7..fc249e0d26 100644 --- a/src/frontends/qt2/Menubar_pimpl.h +++ b/src/frontends/qt2/Menubar_pimpl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Menubar_pimpl.h + * \file qt2/Menubar_pimpl.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/Timeout_pimpl.h b/src/frontends/qt2/Timeout_pimpl.h index ad660ef2c9..f35141aa74 100644 --- a/src/frontends/qt2/Timeout_pimpl.h +++ b/src/frontends/qt2/Timeout_pimpl.h @@ -46,7 +46,7 @@ protected: private: /// the owning timer Timeout * owner_; - /// xforms id + /// QTimer id int timeout_id; }; diff --git a/src/frontends/qt2/Toolbar_pimpl.C b/src/frontends/qt2/Toolbar_pimpl.C index 6e5fe7c955..80c5de749d 100644 --- a/src/frontends/qt2/Toolbar_pimpl.C +++ b/src/frontends/qt2/Toolbar_pimpl.C @@ -1,5 +1,5 @@ /** - * \file Toolbar_pimpl.C + * \file qt2/Toolbar_pimpl.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/Toolbar_pimpl.h b/src/frontends/qt2/Toolbar_pimpl.h index 59111055f6..3be574cfe0 100644 --- a/src/frontends/qt2/Toolbar_pimpl.h +++ b/src/frontends/qt2/Toolbar_pimpl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Toolbar_pimpl.h + * \file qt2/Toolbar_pimpl.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/WorkAreaFactory.C b/src/frontends/qt2/WorkAreaFactory.C index f6aa6fa575..9123cd4e91 100644 --- a/src/frontends/qt2/WorkAreaFactory.C +++ b/src/frontends/qt2/WorkAreaFactory.C @@ -1,5 +1,5 @@ /** - * \file WorkAreaFactory.C + * \file qt2/WorkAreaFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/qt2/lyx_gui.C b/src/frontends/qt2/lyx_gui.C index f50d06d8bd..317a371ca8 100644 --- a/src/frontends/qt2/lyx_gui.C +++ b/src/frontends/qt2/lyx_gui.C @@ -1,5 +1,5 @@ /** - * \file lyx_gui.C + * \file qt2/lyx_gui.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 974422ee27..ef8f7278cb 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,15 @@ +2002-09-25 Angus Leeming + + * Dialogs2.C: + * Dialogs_impl.h: + * FormWrap.h: + * LyXKeySymFactory.C: + * LyXScreenFactory.C: + * Menubar_pimpl.[Ch]: + * Toolbar_pimpl.[Ch]: + * WorkAreaFactory.C: + * lyx_gui.C: doxygen fixes. + 2002-09-25 Dekel Tsur * forms/form_wrap.fd: floatflt has no "Inner" placement option. diff --git a/src/frontends/xforms/Dialogs2.C b/src/frontends/xforms/Dialogs2.C index 740badd8d3..18fd6b6dd5 100644 --- a/src/frontends/xforms/Dialogs2.C +++ b/src/frontends/xforms/Dialogs2.C @@ -1,5 +1,5 @@ /** - * \file xforms/Dialogs.C + * \file xforms/Dialogs2.C * Copyright 1995 Matthias Ettrich * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. diff --git a/src/frontends/xforms/Dialogs_impl.h b/src/frontends/xforms/Dialogs_impl.h index f552ee3055..81e5d08cf2 100644 --- a/src/frontends/xforms/Dialogs_impl.h +++ b/src/frontends/xforms/Dialogs_impl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Dialogs_impl.h + * \file xforms/Dialogs_impl.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * \author Angus Leeming diff --git a/src/frontends/xforms/FormWrap.h b/src/frontends/xforms/FormWrap.h index 2e1a16c290..14fb960c33 100644 --- a/src/frontends/xforms/FormWrap.h +++ b/src/frontends/xforms/FormWrap.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file FormMinipage.h + * \file FormWrap.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/LyXKeySymFactory.C b/src/frontends/xforms/LyXKeySymFactory.C index 3839bc33e0..d26e490572 100644 --- a/src/frontends/xforms/LyXKeySymFactory.C +++ b/src/frontends/xforms/LyXKeySymFactory.C @@ -1,5 +1,5 @@ /** - * \file LyXKeySymFactory.C + * \file xforms/LyXKeySymFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/LyXScreenFactory.C b/src/frontends/xforms/LyXScreenFactory.C index e63fccac56..e8bb96c266 100644 --- a/src/frontends/xforms/LyXScreenFactory.C +++ b/src/frontends/xforms/LyXScreenFactory.C @@ -1,5 +1,5 @@ /** - * \file LyXScreenFactory.C + * \file xforms/LyXScreenFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/Menubar_pimpl.C b/src/frontends/xforms/Menubar_pimpl.C index 2274f6a869..0cd25b3aec 100644 --- a/src/frontends/xforms/Menubar_pimpl.C +++ b/src/frontends/xforms/Menubar_pimpl.C @@ -1,5 +1,5 @@ /** - * \file Menubar_pimpl.C + * \file xforms/Menubar_pimpl.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/Menubar_pimpl.h b/src/frontends/xforms/Menubar_pimpl.h index e1d43cec37..097e6c2554 100644 --- a/src/frontends/xforms/Menubar_pimpl.h +++ b/src/frontends/xforms/Menubar_pimpl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Menubar_pimpl.h + * \file xforms/Menubar_pimpl.h * Copyright 1995 Matthias Ettrich * Copyright 1996-2001 Lars Gullik Bjønnes * This file is part of LyX, the document processor. diff --git a/src/frontends/xforms/Toolbar_pimpl.C b/src/frontends/xforms/Toolbar_pimpl.C index 0e7a2e636c..a0cce76e10 100644 --- a/src/frontends/xforms/Toolbar_pimpl.C +++ b/src/frontends/xforms/Toolbar_pimpl.C @@ -1,5 +1,5 @@ /** - * \file Toolbar_pimpl.C + * \file xforms/Toolbar_pimpl.C * Copyright 1995 Matthias Ettrich * Copyright 1996-1998 Lars Gullik Bjønnes * This file is part of LyX, the document processor. diff --git a/src/frontends/xforms/Toolbar_pimpl.h b/src/frontends/xforms/Toolbar_pimpl.h index 2924ca7a36..dc0d00c1fc 100644 --- a/src/frontends/xforms/Toolbar_pimpl.h +++ b/src/frontends/xforms/Toolbar_pimpl.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file Toolbar_pimpl.h + * \file xforms/Toolbar_pimpl.h * Copyright 1996-2001 Lars Gullik Bjønnes * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. diff --git a/src/frontends/xforms/WorkAreaFactory.C b/src/frontends/xforms/WorkAreaFactory.C index 1d27d4c54b..ca29cc4d8a 100644 --- a/src/frontends/xforms/WorkAreaFactory.C +++ b/src/frontends/xforms/WorkAreaFactory.C @@ -1,5 +1,5 @@ /** - * \file WorkAreaFactory.C + * \file xforms/WorkAreaFactory.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/frontends/xforms/lyx_gui.C b/src/frontends/xforms/lyx_gui.C index 919ec70632..e796095505 100644 --- a/src/frontends/xforms/lyx_gui.C +++ b/src/frontends/xforms/lyx_gui.C @@ -1,5 +1,5 @@ /** - * \file lyx_gui.C + * \file xforms/lyx_gui.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * diff --git a/src/ispell.h b/src/ispell.h index cb1affed2c..2e89f00fbb 100644 --- a/src/ispell.h +++ b/src/ispell.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file sp_ispell.h + * \file ispell.h * Copyright 2002 the LyX Team * Read the file COPYING * diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 1f1c165ba0..a8b4817fb8 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,8 @@ +2002-09-25 Angus Leeming + + * LIstream.h: + * LOstream.h: doxygen fixes. + 2002-09-24 Angus Leeming * most files: clean-up the license info. diff --git a/src/support/LIstream.h b/src/support/LIstream.h index 8570fbdd1b..74ea6dc1fe 100644 --- a/src/support/LIstream.h +++ b/src/support/LIstream.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file LIStream.h + * \file LIstream.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. */ diff --git a/src/support/LOstream.h b/src/support/LOstream.h index 11f68e29b1..56211ad2e5 100644 --- a/src/support/LOstream.h +++ b/src/support/LOstream.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file LOStream.h + * \file LOstream.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. */ -- 2.39.5