]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.h
Move #includes out of header files.
[lyx.git] / src / DepTable.h
index 9efe5c7612fb76183a13c3a4fb42e93e539e0859..f8507797264239a9db339986821c9765335fad27 100644 (file)
@@ -1,16 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file DepTable.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
  *
- *           This file is Copyright 1996-2001
- *           Lars Gullik Bjønnes
- *           Ben Stanley
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef DEP_TABLE_H
@@ -25,8 +22,7 @@ public:
        /** This one is a little bit harder since we need the absolute
          filename. Should we insert files with .sty .cls etc as
          extension? */
-       void insert(string const & f,
-                   bool upd = false);
+       void insert(string const & f, bool upd = false);
        ///
        void update();