Do I want to do this (ie, should I do it)?

Index: Tooltips.h
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/Tooltips.h,v
retrieving revision 1.2
diff -u -p -r1.2 Tooltips.h
--- Tooltips.h  2002/03/11 09:54:42     1.2
+++ Tooltips.h  2002/03/11 12:58:36
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/*
+/**
  * \file Tooltips.h
  * Copyright 2002 the LyX Team
  * Read the file COPYING

If so, should I do it with all the files below.

Further, should I convert those 
/* This file is part of
 * ====================================================== 
 *
 *           LyX, The Document Processor
 *
 *           Copyright 2000-2001 The LyX Team.
 *
 * ======================================================
 *
 * \file FormToc.C
 * \author Angus Leeming, [EMAIL PROTECTED]
 */

to 

/**
 * \file Tooltips.h
 * Copyright 2002 the LyX Team
 * Read the file COPYING
 *
 * \author Angus Leeming, [EMAIL PROTECTED]
 *
 * Tooltips for xforms. xforms 0.89 supports them directly, but 0.88 needs
 * a bit of jiggery pokery. This class wraps it all up in a neat interface.
 * Based on code originally in Toolbar_pimpl.C that appears to have been
 * written by Matthias Ettrich and Jean-Marc Lasgouttes.
 */

or does nobody care?
Angus

All those .h files with /* comments, not /** ones:

grep -n "/[*]" *.h | grep -v "/[*][*]" | grep -v "#endif
Color.h:2:/* This file is part of
FeedbackController.h:2:/*
FeedbackController.h:58:        virtual string const getFeedback(FL_OBJECT * 
/*
ob */)
FormBase.h:2:/* This file is part of
FormBaseDeprecated.h:2:/* This file is part of
FormBrowser.h:2:/*
FormCitation.h:2:/* This file is part of
FormDocument.h:2:/* This file is part of
FormERT.h:2:/* This file is part of
FormError.h:2:/*
FormExternal.h:2:/* This file is part of
FormFloat.h:2:/* This file is part of
FormGraphics.h:2:/* This file is part of
FormIndex.h:2:/* This file is part of
FormInset.h:2:/* This file is part of
FormLog.h:2:/*
FormMinipage.h:2:/* This file is part of
FormParagraph.h:2:/* This file is part of
FormPreferences.h:2:/* This file is part of
FormPreferences.h:13:/* FormPreferences.h
FormPrint.h:2:/* This file is part of
FormRef.h:2:/* This file is part of
FormSendto.h:2:/*
FormShowFile.h:3:/*
FormTabular.h:2:/* This file is part of
FormTabular.h:11:/* FormTabular.h
FormTabularCreate.h:2:/* This file is part of
FormToc.h:2:/* This file is part of
FormUrl.h:2:/* This file is part of
FormVCLog.h:2:/*
Menubar_pimpl.h:2:/* This file is part of
RadioButtonGroup.h:2:/* This file is part of
Toolbar_pimpl.h:2:/* This file is part of
bmtable.h:1:/*
bmtable.h:32:/* A flat bitmap table */
bmtable.h:34:/* A grided bitmap table */
bmtable.h:38:/*  Same as fl_bitmapbutton */
combox.h:2:/*
combox.h:14:/* Change log:
input_validators.h:2:/* This file is part of
xformsBC.h:2:/* This file is part of

Reply via email to