From e64a0cfab064ccea186c56943d1cb779724dbe93 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 6 Apr 2013 23:52:14 +0800 Subject: [PATCH] .. --- src/HTMLTextLine.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/HTMLTextLine.h b/src/HTMLTextLine.h index 7d9407b..630de04 100644 --- a/src/HTMLTextLine.h +++ b/src/HTMLTextLine.h @@ -13,11 +13,12 @@ namespace pdf2htmlEX { /* - * Store a series of + * Store and optimize a line of text in HTML + * + * contains a series of * - Text * - Shift * - State change - * within a line */ class HTMLTextLine {