Hello,

Another lamer one-line documentation fix from Garoth. qacek noticed
that the set_value function wasn't documented in luadoc. Turns out
that a single hyphen was missing from the doc comment.

Cheers,

-AT
From 7ccc5913e71fd78a00b9814f49acf4d487aebcaf Mon Sep 17 00:00:00 2001
From: Andrei 'Garoth' Thorp <gar...@gmail.com>
Date: Mon, 26 Apr 2010 19:56:43 -0400
Subject: [PATCH] docs: progressbar.lua.in missing a dash to prevent luadoc generation

---
 lib/awful/widget/progressbar.lua.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/awful/widget/progressbar.lua.in b/lib/awful/widget/progressbar.lua.in
index 56e2733..c4e6a94 100644
--- a/lib/awful/widget/progressbar.lua.in
+++ b/lib/awful/widget/progressbar.lua.in
@@ -170,7 +170,7 @@ local function update(pbar)
     pbar.widget.image = img
 end
 
--- Set the progressbar value.
+--- Set the progressbar value.
 -- @param pbar The progress bar.
 -- @param value The progress bar value between 0 and 1.
 function set_value(pbar, value)
-- 
1.7.1

Reply via email to