The problem is in the class org.apache.maven.jxr.pacman.JavaFileImpl. The used StreamTokenizer has to be extended by '_' as a word character:
private StreamTokenizer getTokenizer() throws IOException
{
...
stok.commentChar('*');
stok.wordChars('_', '_'); // add here the underscore character as
an word character
...
}
Regards, Matthias
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
