]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.h
Parser: don't bother to generate 3 (C++) functions with autogen.
[ginac.git] / ginac / parser / parser.h
index 523964d80a2ce033bb5ce1b8ef727d045c362b2d..ac57a7986f0fd4990b04ccb6f637415a4e8f1973 100644 (file)
@@ -1,12 +1,34 @@
-#ifndef GINAC_PARSER_HPP_
-#define GINAC_PARSER_HPP_
+/** @file parser.h
+ *
+ *  Interface to the parser. */
+
+/*
+ *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+#ifndef GINAC_PARSER_H
+#define GINAC_PARSER_H
 
 #include "parse_context.h"
-#include <stdexcept>
 #include "ex.h"
 
-namespace GiNaC
-{
+#include <stdexcept>
+
+namespace GiNaC {
 
 class lexer;
 
@@ -109,5 +131,4 @@ private:
 
 } // namespace GiNaC
 
-#endif // GINAC_PARSER_HPP_
-
+#endif // ndef GINAC_PARSER_H