Bug 1753413 - fx doc: Remove whitespaces, trailing lines & windows CR r=andi,perftest-reviewers,sparky

Differential Revision: https://phabricator.services.mozilla.com/D137741
This commit is contained in:
Sylvestre Ledru
2022-02-03 18:34:58 +00:00
parent 364b6139a3
commit aa55fd2be8
185 changed files with 404 additions and 540 deletions

View File

@@ -147,4 +147,3 @@ Other advices
extract substrings in known positions in the string. For instance,
{{JSxRef("String.slice", "aString.slice(-1)")}} returns the last
letter in ``aString``, or the empty string if ``aString`` is empty.

View File

@@ -8,4 +8,3 @@ SVG practices
Check `SVG
Guidelines <https://developer.mozilla.org/docs/Mozilla/Developer_guide/SVG_Guidelines>`__ for
more details.

View File

@@ -38,7 +38,7 @@ list of acceptable features is given below:
:widths: 25 25 25 25
:header-rows: 3
* -
* -
- GCC
- Clang
-
@@ -606,11 +606,11 @@ Miscellaneous
- xpcom/ds/TimeStamp.h
- ``std::chrono::time_point``
-
* -
* -
- mozilla/TypeTraits.h
- ``<type_traits>``
-
* -
* -
- mozilla/PodOperations.h
-
- C++ versions of ``memset``, ``memcpy``, etc.
@@ -622,7 +622,7 @@ Miscellaneous
- mozilla/Compression.h
-
-
* -
* -
- mozilla/Endian.h
-
-
@@ -630,11 +630,11 @@ Miscellaneous
- mozilla/FloatingPoint.h
-
-
* -
* -
- mozilla/HashFunctions.h
- ``std::hash``
-
* -
* -
- mozilla/Move.h
- ``std::move``, ``std::swap``, ``std::forward``
-