]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/command_inset.h
small up/down tweaking
[lyx.git] / src / mathed / command_inset.h
index 2474e1b909ea6a2ee977bb47ec7d8c8d9e2d19d4..8448a0effd92da01f6f4b6a20b3f73fb360da290 100644 (file)
@@ -1,9 +1,26 @@
+// -*- C++ -*-
+
+/**
+ *  \file command_inset.h
+ *
+ *  This file is part of LyX, the document processor.
+ *  Licence details can be found in the file COPYING.
+ *
+ *  \author André Pönitz
+ *
+ *  Full author contact details are available in file CREDITS.
+ */
+
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #ifndef COMMAND_INSET_H
 #define COMMAND_INSET_H
 
 #include "button_inset.h"
 
-// for things like \name[options]{contents}
+/// Inset for things like \name[options]{contents}
 class CommandInset : public ButtonInset {
 public:
        /// name, contents, options deliminited by '|++|'