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 {