The Html generator is very slow
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
Generating the HTML files takes a lot of time. The problem is that there are lots of strings that are stored as resource strings. Normally this is no problem but with the usage of dxgettext the LoadResString() becomes very slow.
The attached patch caches the resource strings before the DOC generator starts. After applying this patch the creation of the HTML files takes only 1/3 of the time.
Anonymous
Patch against CVS from 2007-05-16
Logged In: YES
user_id=248829
Originator: NO
This patch will be tested, and verify if translations are affected by these modifications.
A Big thx for this !