awful.tag: do not export documentation of local functions

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-01-08 12:26:12 +01:00
parent e49ab302b9
commit 8a82349da3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ data.tags = otable()
-- History functions -- History functions
history = {} history = {}
--- Compare 2 tables of tags. -- Compare 2 tables of tags.
-- @param a The first table. -- @param a The first table.
-- @param b The second table of tags. -- @param b The second table of tags.
-- @return True if the tables are identical, false otherwise. -- @return True if the tables are identical, false otherwise.