]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/input_validators.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / input_validators.h
index 26cb7571b9a5387c9bac38eee82e5d711143dd2a..a0412c34410ca4746b5d2dd06e86f2f48226fb6d 100644 (file)
@@ -1,17 +1,16 @@
 // -*- C++ -*-
-/* This file is part of
- * ====================================================== 
+/**
+ * \file input_validators.h
+ * Copyright 1999-2001 Allan Rae
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Allan Rae
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- *           This file Copyright 1999-2001
- *           Allan Rae
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
-/** Input validators and filters for xforms.
+/* Input validators and filters for xforms.
  * A collection of input filtering and validating functions for use in
  * XForms dialogs.  Mainly meant for filtering input boxes although may
  * be extended to include other generally useful xforms-specific tools.
 #ifndef INPUT_VALIDATORS_H
 #define INPUT_VALIDATORS_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #if defined(__cplusplus)
 extern "C"
 {