Update docs

This commit is contained in:
Insality
2023-07-11 22:23:48 +03:00
parent 6ed48772a3
commit 23ac068f51
9 changed files with 72 additions and 55 deletions

View File

@@ -1,6 +1,9 @@
-- Copyright (c) 2021 Maksim Tuprikov <insality@gmail.com>. This code is licensed under MIT license
--- Helper module with various usefull GUI functions.
-- @usage
-- local helper = require("druid.helper")
-- helper.centrate_nodes(0, node_1, node_2)
-- @module Helper
-- @alias druid.helper