X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fscript.hh;h=ae582fcbe07f566005370383335e2bbbedf72911;hb=aa67fc8ab5691cad24b55d0e12aba2f6c3e58316;hp=79412acb3bb4b9526d782d54dca8699676621100;hpb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;p=chaz%2Fyoink 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 {