X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fscript.hh;h=ae582fcbe07f566005370383335e2bbbedf72911;hp=79412acb3bb4b9526d782d54dca8699676621100;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/script.hh b/src/moof/script.hh index 79412ac..ae582fc 100644 --- a/src/moof/script.hh +++ b/src/moof/script.hh @@ -10,16 +10,6 @@ #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 #include #include @@ -35,6 +25,16 @@ #include +/** + * \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 {