Closed
Bug 20585
Opened 25 years ago
Closed 24 years ago
LXR doesn't find idents in IDL files
Categories
(Webtools Graveyard :: MXR, defect, P3)
Webtools Graveyard
MXR
Tracking
(Not tracked)
People
(Reporter: shaver, Assigned: endico)
References
()
Details
idents that are only defined in IDL files don't show up in the index. (Some
idents from IDL files are in the ident index, but it's because of things like:
nsIModule
Defined as a (forwarded) class in:
xpcom/components/xcDll.h, line 39
which really shouldn't be required.)
The nsIModule case shows that if an interface-name ident is found in a C++ file
(forwarded class, typically, then the index will point to the IDL definition in
the search list:
xpcom/components/nsIModule.idl:
line 29
but if you look for the method name RegisterComponentLoader (or
registerComponentLoader), the IDL file never shows up.
Comment 1•24 years ago
|
||
This bug has not been touched for more than nine months. In most cases, that
means it has "slipped through the net". Please could the owner take a moment to
add a comment to the bug with current status, and/or close it.
Thank you :-)
Gerv
sorry, i filed a dupe, but i also filed a patch.
*** This bug has been marked as a duplicate of 82294 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Verified dupe
Updated•18 years ago
|
QA Contact: lxr
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•