Alex - 2007-03-18

Hy guys,

I use the XML-output to document some very large c-structs and I’ve a problem with their initialiser length.  It the initialiser length is too large, it will not be documented.
After a look into the code, I stated out that the initializer size is in the file “xmgen.cpp”  through a magic number on 2000 restricted(line 808 in version 1.5.1):
    if (!md->initializer().isEmpty() && md->initializer().length()<2000)

Now I would like to ask one of you to generate a special windows version for me, with a larger value for
intializer length(perhaps 5000).

Thanks in advance
Alex