]> Dogcows Code - chaz/yoink/blobdiff - src/moof/script.hh
pch support
[chaz/yoink] / src / moof / script.hh
index 79412acb3bb4b9526d782d54dca8699676621100..ae582fcbe07f566005370383335e2bbbedf72911 100644 (file)
 #ifndef _MOOF_SCRIPT_HH_
 #define _MOOF_SCRIPT_HH_
 
-/**
- * \file script.hh
- * A thin wrapper over Lua 5.1.  This is not meant as a complicated binding
- * package between C++ and Lua.  It is not meant to obscure the division
- * between C++ and Lua but rather to clarify it and make it more manageable.
- * It does not hide the concept of the Lua stack, but rather provides that
- * mechanism with a certain level of abstraction while also providing a
- * cleaner, more consistent API.
- */
-
 #include <cstring>
 #include <iostream>
 #include <map>
 #include <lua.hpp>
 
 
+/**
+ * \file script.hh
+ * A thin wrapper over Lua 5.1.  This is not meant as a complicated binding
+ * package between C++ and Lua.  It is not meant to obscure the division
+ * between C++ and Lua but rather to clarify it and make it more manageable.
+ * It does not hide the concept of the Lua stack, but rather provides that
+ * mechanism with a certain level of abstraction while also providing a
+ * cleaner, more consistent API.
+ */
+
 namespace moof {
 
 
This page took 0.018488 seconds and 4 git commands to generate.