Add documentation to ScriptingEnvironment

This commit is contained in:
Patrick Niklaus 2015-04-10 15:46:49 +02:00
parent 345dd2481b
commit 3b435d8956

View File

@ -35,6 +35,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
struct lua_State;
/**
* Creates a lua context and binds osmium way, node and relation objects and
* ExtractionWay and ExtractionNode to lua objects.
*
* Each thread has its own lua state which is implemented with thread specific
* storage from TBB.
*/
class ScriptingEnvironment
{
public: