]> git.lyx.org Git - lyx.git/blobdiff - src/lyxgluelength.h
Fix export of graphics file with relative path name.
[lyx.git] / src / lyxgluelength.h
index e07b0fa664d97d881fd09a4618cba9776b25c657..aae56652eba1ffc026270144d114e3ab4b2a8b04 100644 (file)
@@ -1,13 +1,12 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxgluelength.h
+ * Copyright 1995-2002 the LyX Team
+ * Read the file COPYING
  *
- *           LyX, The Document Processor
- *     
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * \author Matthias Ettrich
+ */
+
 
 #ifndef LYX_GLUE_LENGTH_H
 #define LYX_GLUE_LENGTH_H
@@ -42,7 +41,7 @@ public:
          The traditional Latex format is also accepted, like
          4cm plus 10pt minus 10pt */
        explicit LyXGlueLength(string const & data);
-       
+
        ///
        LyXLength const & len() const;
        ///
@@ -78,4 +77,4 @@ bool operator!=(LyXGlueLength const & l1, LyXGlueLength const & l2);
 ///
 bool isValidGlueLength(string const & data, LyXGlueLength * result);
 
-#endif
+#endif // LYXGLUELENGTH_H