From 04a91f8ab1db479b48f26f3f808b74ba8a617e9b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 23 Feb 2008 17:17:27 -0500 Subject: Updated LuaDoc error; core/.browser.lua --- core/.browser.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/.browser.lua b/core/.browser.lua index 4c4e798f..485bc8e0 100644 --- a/core/.browser.lua +++ b/core/.browser.lua @@ -24,12 +24,12 @@ function matches(entry_text) -- expanded. -- @return table of contents to display. Each entry in the table is a key-value -- pair. The key must be a string ID and the value a table. Three key-value --- pairs are looked for in the table: parent, pixbuf, and text. parent is an --- optional boolean indicating whether or not the item should be identified as --- a parent (parents can be expanded so they have the arrow next to them). --- pixbuf is an optional string specifying a GTK stock icon to be associated --- with the item. text is a required string that is shown in the project --- manager; it can have Pango markup. All other items in the table are +-- pairs are looked for in the table: parent, pixbuf, and display_text. parent +-- is an optional boolean indicating whether or not the item should be +-- identified as a parent (parents can be expanded so they have the arrow next +-- to them). pixbuf is an optional string specifying a GTK stock icon to be +-- associated with the item. text is a required string that is shown in the +-- project manager; it can have Pango markup. All other items in the table are -- ignored. function get_contents_for(full_path, expanding) -- cgit v1.2.3