]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_macro.h
index cb827fc9d4b720350fe126cee4d668381ac2504c..f44ac9de5a132f85e9f7c275eb1eda116d02fdf5 100644 (file)
 class MathMacroTemplate;
 
 
-/// This class contains the data for a macro
+/** This class contains the data for a macro
+    \author Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
+    \version November 1996
+ */
 class MathMacro : public MathParInset
 {
 public:
@@ -64,7 +67,7 @@ public:
        ///
        MathedRowSt * getRowSt() const;
        ///
-       void SetData(MathedArray *);
+       void setData(MathedArray *);
        ///
        MathedTextCodes getTCode() const;
        ///