Home › Forums › eaDocX queries › method parameters always show n/a › Re: method parameters always show n/a
Home › Forums › eaDocX queries › method parameters always show n/a › Re: method parameters always show n/a
Thank you, that solves the n/a problem. But the Parameter summary has another problem: It “eats” the last two characters of each parameters list, as in the following excerpt (attempt to show table format with fixed-space font, but the visible characters are exactly like in the Word original):
[code]
Name Parameter Summary Description
SimpleErrorHandler (in) aParent:SplitConfigManag standard CTOR, memorizes the parent manager
formatExc (in) type:String
(in) e:SAXParseExcepti
warning (in) e:SAXParseExcepti
error (in) e:SAXParseExcepti
fatalError (in) e:SAXParseExcepti
[/code]
when the original code is like:
[code]
private static class SimpleErrorHandler
{
public SimpleErrorHandler(RulesManager aParent)
{
}
private String formatExc(String type, SAXParseException e)
{
}
public void warning(SAXParseException e) throws SAXException
{
}
public void error(SAXParseException e) throws SAXException
{
}
public void fatalError(SAXParseException e) throws SAXException
{
}
}
[/code]
I’ve tried to generate both in draft and full mode, same result. Can this be fixed?
Download a free trial
Download eaTeamWorks today for several free for life features, plus no obligation, 30-day trials of all the products: eaDocX, ea Revision Manager, eaSheets, Model Expert and PortfolioManager. Discover for yourself why we sell the world’s best-selling Enterprise Architect extension.
Download