1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-28 22:25:20 +01:00

Removing changes of commit 70b50ab

This commit is contained in:
Foghrye4
2016-04-25 19:12:38 +03:00
parent 70b50ab730
commit 15e75e3439
1556 changed files with 182959 additions and 316 deletions

53
doc/Doxyfile Normal file
View File

@@ -0,0 +1,53 @@
# Project properties
PROJECT_NAME = Minetest
PROJECT_NUMBER = 0.4.13-dev
PROJECT_LOGO = /home/foghrye4/minetest/misc/minetest.svg
# Parsing
JAVADOC_AUTOBRIEF = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
SORT_MEMBERS_CTORS_1ST = YES
WARN_IF_UNDOCUMENTED = NO
BUILTIN_STL_SUPPORT = YES
PREDEFINED = "USE_SPATIAL=1" \
"USE_LEVELDB=1" \
"USE_REDIS=1" \
"USE_SOUND=1" \
"USE_CURL=1" \
"USE_FREETYPE=1" \
"USE_GETTEXT=1"
# Input
RECURSIVE = NO
STRIP_FROM_PATH = /home/foghrye4/minetest/src
INPUT = /home/foghrye4/minetest/doc/main_page.dox \
/home/foghrye4/minetest/src/ \
/home/foghrye4/minetest/src/client \
/home/foghrye4/minetest/src/network \
/home/foghrye4/minetest/src/util \
/home/foghrye4/minetest/src/script \
/home/foghrye4/minetest/src/script/common \
/home/foghrye4/minetest/src/script/cpp_api \
/home/foghrye4/minetest/src/script/lua_api \
/home/foghrye4/minetest/src/threading
# Dot graphs
HAVE_DOT = NO
CALL_GRAPH = YES
CALLER_GRAPH = YES
MAX_DOT_GRAPH_DEPTH = 3
DOT_MULTI_TARGETS = YES
DOT_IMAGE_FORMAT = svg
# Output
GENERATE_LATEX = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
SEARCHENGINE = YES
DISABLE_INDEX = YES
GENERATE_TREEVIEW = YES
HTML_DYNAMIC_SECTIONS = YES
HTML_TIMESTAMP = YES

View File

@@ -1816,14 +1816,6 @@ Call these functions only at load time!
* `minetest.register_craftitem(name, item definition)`
* `minetest.register_alias(name, convert_to)`
* `minetest.register_craft(recipe)`
* Check recipe table syntax for different types below.
* `minetest.clear_craft(recipe)`
* Will erase existing craft based either on output item or on input recipe.
* Use a same recipe table syntax as for `minetest.register_craft(recipe)`,
but specify either output or input only. If you specify both, input will be ignored.
* If there is no erase candidate founded, Lua exception will be thrown.
* Warning! Type field ("shaped","cooking" or any other) will be ignored if recipe
contain output. Will be erased all possible crafting recipe independent from crafting method.
* `minetest.register_ore(ore definition)`
* `minetest.register_decoration(decoration definition)`
* `minetest.override_item(name, redefinition)`

3974
doc/lua_api.txt~ Normal file

File diff suppressed because it is too large Load Diff