Closed
Bug 1177125
Opened 11 years ago
Closed 10 years ago
Add 'description' column to the directory view
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(firefox41 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | affected |
People
(Reporter: jwatt, Unassigned)
References
Details
If you look at:
https://mxr.mozilla.org/mozilla-central/source/dom/bindings/
you'll see that there is a directory column and that both directories and files can provide a description that will be displayed there.
For directories that contain a file called README/README.txt the description is taken from the first non-empty line in that file.
For files that begin with a Doxygen style comment the description is taken from the first line of that comment.
These comments are really helpful for quickly getting a handle on the purpose and structure of various parts of the codebase.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/91cef85924e5ee456350e814e59fd6cfa50013f0
Add descriptor plugin for description column while browsing.
Fixes bug 1177125.
Updated•10 years ago
|
Resolution: DUPLICATE → 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
•