From 1a6ab6709b5a6661f79c9f7e4d9f040d6218260b Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 4 Apr 2004 16:50:30 +0000 Subject: [PATCH] *** empty log message *** --- doc/docs.html | 5 +++-- doc/docs.rst | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/docs.html b/doc/docs.html index e85bdfa..7d47fdf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -211,8 +211,9 @@ way to remove it. Partly because any remaining instances of that class relies on the class being there. Everything will be cleaned up when the state is closed though.

-

Note that no luabind header will include lua.h, this is up to you. You have -to include it before any luabind header is included.

+

Luabind's headers will never include lua.h``directly, but through +``<luabind/lua_include.hpp>. If you for some reason need to include another +lua header, you can modify this file.

5.1   Hello world

diff --git a/doc/docs.rst b/doc/docs.rst
index e921786..e71bb3b 100755
--- a/doc/docs.rst
+++ b/doc/docs.rst
@@ -158,8 +158,9 @@ closed though.
 
 .. Isn't this wrong? Don't we include lua.h using lua_include.hpp ?
 
-Note that no luabind header will include ``lua.h``, this is up to you. You have
-to include it before any luabind header is included.
+Luabind's headers will never include ``lua.h``directly, but through
+````. If you for some reason need to include another
+lua header, you can modify this file.
 
 
 Hello world
-- 
2.11.4.GIT