Anonymous | Login | 2022-08-10 05:44 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000447 | OMNeT++ | IDE / documentation generator | public | 2011-11-18 11:17 | 2011-12-15 14:05 | ||||
Reporter | andras | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.2 | ||||||||
Target Version | Fixed in Version | 4.2.1 | |||||||
Summary | 0000447: Names that occur in multiple packages are not hyperlinked. | ||||||||
Description | Names that occur in multiple packages are not hyperlinked. For example, in the INET documentation, a "~NClients" reference is not hyperlinked but instead displayed as bogus link (in red) -- not because there is no NClients in the code, but rather because there are two examples that both contain an NClients module. Instead of marking it a bogus link, the generator should put BOTH links into the text, e.g. like this: NClients(1)/NClients(2). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000602) andras (administrator) 2011-11-18 11:22 |
Implementation note: the code currently collects types up front into a map, and uses that map later when processing the comment texts: protected Map<String, ITypeElement> typeNamesMap = new HashMap<String, ITypeElement>(); That's one-to-one mapping which won't do here; change map to Map<String, List<ITypeElement>> ? |
![]() |
|||
Date Modified | Username | Field | Change |
2011-11-18 11:17 | andras | New Issue | |
2011-11-18 11:17 | andras | Assigned To | => levy |
2011-11-18 11:22 | andras | Note Added: 0000602 | |
2011-11-21 23:29 | andras | Assigned To | levy => andras |
2011-11-21 23:30 | andras | Status | new => resolved |
2011-11-21 23:30 | andras | Fixed in Version | => 4.3b1 |
2011-11-21 23:30 | andras | Resolution | open => fixed |
2011-12-15 14:05 | rhornig | Fixed in Version | 4.3b1 => 4.2.1 |
Copyright © 2000 - 2022 MantisBT Team |