Bug 1536103 - Fix Sphinx Warning - Title Underline too short in 'mach doc'. r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D24536

--HG--
extra : moz-landing-system : lando
This commit is contained in:
championshuttler 2019-03-22 19:30:34 +00:00
parent 6039e80432
commit 677714a968
8 changed files with 13 additions and 13 deletions

View File

@ -46,7 +46,7 @@ and responsibilities.
The UrlbarQueryContext
================
======================
The *UrlbarQueryContext* object describes a single instance of a search.
It is augmented as it progresses through the system, with various information:
@ -280,7 +280,7 @@ user and handling their input.
reference for the default View, but may not be valid for other implementations.
`UrlbarInput.jsm <https://dxr.mozilla.org/mozilla-central/source/browser/components/urlbar/UrlbarInput.jsm>`_
----------------
-------------------------------------------------------------------------------------------------------------
Implements an input box *View*, owns an *UrlbarView*.
@ -331,7 +331,7 @@ Implements an input box *View*, owns an *UrlbarView*.
}
`UrlbarView.jsm <https://dxr.mozilla.org/mozilla-central/source/browser/components/urlbar/UrlbarView.jsm>`_
---------------
-----------------------------------------------------------------------------------------------------------
Represents the base *View* implementation, communicates with the *Controller*.
@ -357,7 +357,7 @@ Represents the base *View* implementation, communicates with the *Controller*.
UrlbarResult
===========
============
An `UrlbarResult <https://dxr.mozilla.org/mozilla-central/source/browser/components/urlbar/UrlbarResult.jsm>`_
instance represents a single search result with a result type, that
@ -413,7 +413,7 @@ Shared Modules
Various modules provide shared utilities to the other components:
`UrlbarPrefs.jsm <https://dxr.mozilla.org/mozilla-central/source/browser/components/urlbar/UrlbarPrefs.jsm>`_
----------------
-------------------------------------------------------------------------------------------------------------
Implements a Map-like storage or urlbar related preferences. The values are kept
up-to-date.
@ -430,7 +430,7 @@ up-to-date.
Newly added preferences should always be properly documented in UrlbarPrefs.
`UrlbarUtils.jsm <https://dxr.mozilla.org/mozilla-central/source/browser/components/urlbar/UrlbarUtils.jsm>`_
----------------
-------------------------------------------------------------------------------------------------------------
Includes shared utils and constants shared across all the components.

View File

@ -691,7 +691,7 @@ folders `en-US` and `test`.
3. Add new FTL strings to the local en-US repository
------------------------------------------------
----------------------------------------------------
The changed (or brand new) FTL files from the patch need to be copied into the
`en-US` repository. Remember that paths are slightly different, with

View File

@ -543,7 +543,7 @@ addon
Tasks used to build/package add-ons.
openh264-plugin
-----
---------------
Tasks used to build the openh264 plugin.
openh264-signing

View File

@ -1,2 +1,2 @@
listener module
============
===============

View File

@ -1,5 +1,5 @@
message module
=============
==============
Command
-------

View File

@ -88,7 +88,7 @@ advantages:
(sub)manifests as appropriate to your needs.
Manifest Format
````````
```````````````
Manifests are .ini file with the section names denoting the path
relative to the manifest:

View File

@ -1,5 +1,5 @@
Handling content for the browser
==============================
================================
It's often necessary to handle data for the browser. This can be accomplished
by using a local webserver or by setting up a proxy.

View File

@ -247,7 +247,7 @@ rather than ``Components.utils.import`` and
``XPCOMUtils.defineLazyModuleGetter``.
use-default-preference-values
---------------
-----------------------------
Require providing a second parameter to get*Pref methods instead of
using a try/catch block.