]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlGraphics.h
ws fixes, formatting and some other small changes
[lyx.git] / src / frontends / controllers / ControlGraphics.h
index f3c22d1f6ea2498f8297d54da2ce8aacd2863f6b..9387bfd2f700bcd55be704a502d25a4fc51eadec 100644 (file)
@@ -1,17 +1,15 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- *
- *           LyX, The Document Processor
- *
- *           Copyright 2001 The LyX Team.
+/**
+ * \file ControlGraphics.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * ======================================================
+ * \author Baruch Even
+ * \author Angus Leeming
+ * \author Herbert Voss
  *
- * \file ControlGraphics.h
- * \author Angus Leeming <leeming@lyx.org>
- * \author Herbert Voss <voss@perce.de>
-*/
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef CONTROLGRAPHICS_H
 #define CONTROLGRAPHICS_H
@@ -61,10 +59,12 @@ private:
 };
 
 namespace frnt {
-       /// The (tranlated) GUI string and it's LaTeX equivalent.
-       typedef std::pair<string, string> RotationOriginPair;
-       ///
-       std::vector<RotationOriginPair> getRotationOriginData();
+
+/// The (tranlated) GUI string and it's LaTeX equivalent.
+typedef std::pair<string, string> RotationOriginPair;
+///
+std::vector<RotationOriginPair> getRotationOriginData();
+
 } // namespace frnt
 
 #endif // CONTROLGRAPHICS_H