Closed
Bug 1807822
Opened 3 years ago
Closed 3 years ago
nss doc: Fix some warnings in the doc
Categories
(NSS :: Documentation, defect)
NSS
Documentation
Tracking
(firefox110 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(5 files)
it generates a lot of warnings in the doc
| Assignee | ||
Comment 1•3 years ago
|
||
we have almost 350 warnings of this
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Attachment #9310004 -
Attachment description: WIP: Bug 1807822 - nss doc: remove some 'eval' → Bug 1807822 - nss doc: remove some 'eval' r?#nss-reviewers
| Assignee | ||
Comment 4•3 years ago
|
||
Done with:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]+$//' {} +
Depends on D165615
| Assignee | ||
Comment 5•3 years ago
|
||
done with:
$ LC_ALL=C sed -i 's/\xc2\xa0/ /g' $(fd .rst)
Depends on D165616
| Assignee | ||
Updated•3 years ago
|
Summary: nss doc: remove some "notranslate" → nss doc: Fix some warnings in the doc
| Assignee | ||
Comment 6•3 years ago
|
||
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae4d1480c7bb
nspr doc: remove some 'eval' r=kaie DONTBUILD
Comment 8•3 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•