2003-08-24 14:30 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2003-08-24 14:30 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
|
||||
* utils/hbdoc/genhtm.prg
|
||||
* removed trailing EOL from category name, because category is also used
|
||||
as file name.
|
||||
|
||||
2003-08-23 13:20 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
|
||||
* utils/hbdoc/ffile1.prg
|
||||
! fixed end of line handling now it works on platforma other than windows
|
||||
|
||||
@@ -446,7 +446,8 @@ FUNCTION ProcessWww()
|
||||
cBuffer := ReadLN( @lEof )
|
||||
nLineCnt ++
|
||||
// get the category
|
||||
cCategory := ALLTRIM( SUBSTR( cBuffer, nCommentLen ) )
|
||||
cCategory := ALLTRIM( SUBSTR( cBuffer, nCommentLen ) )
|
||||
cCategory := strtran( cCategory, hb_OSNewLine(), '' )
|
||||
|
||||
// 3) One line description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user