Closed
Bug 753726
Opened 13 years ago
Closed 13 years ago
#include headers should be hyperlinks, even for mozilla/xxx.h stuffs
Categories
(Webtools Graveyard :: DXR, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lionel, Assigned: carlos)
Details
On:
http://dxr.lanedo.com/mozilla-central/layout/forms/nsTextControlFrame.cpp.html#l110
#include "mozilla/FunctionTimer.h" should be an hyperlinks, like the others includes.
| Reporter | ||
Updated•13 years ago
|
Priority: -- → P2
Comment 1•13 years ago
|
||
For the record, I presume they're currently not hyperlinked because the mozilla/ include namespace is created while building. The files under mozilla/ correspond to ones in mfbt, as well as files listed in EXPORT_mozilla variables in makefiles.
| Reporter | ||
Comment 2•13 years ago
|
||
Fixed in this merge: https://github.com/mozilla/dxr/pull/30
Assignee: nobody → carlos
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•