Преглед на файлове

Автодок: изменён комментарий

Arthur Yefimov преди 2 години
родител
ревизия
85aa641cb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Autodoc/AutodocParser.Mod

+ 1 - 1
src/Autodoc/AutodocParser.Mod

@@ -157,7 +157,7 @@ VAR
   writingDoc: BOOLEAN; (** TRUE when inside a doc comment *)
   doc: LongStr; (** Currently saved documentation comment *)
   docLen: INTEGER; (** Actual length of doc *)
-  docCol: INTEGER; (** Column of the 1st char of the 1st doc-comment in doc *)
+  docCol: INTEGER; (** Column of the 1st non-space of 1st doc-comment in doc *)
   docLine: INTEGER; (** Line where the first doc-comment in doc started *)
   docEndLine: INTEGER; (** Line where the last doc-comment in doc ended *)
   (** Title of the current group of comments.