[NFC] Fix some docs warnings
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 8 Jul 2020 23:29:29 +0000 (16:29 -0700)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Wed, 8 Jul 2020 23:30:12 +0000 (16:30 -0700)
commit5a98581d196ba1ad9edaf36b1d1db122287b01eb
tree816a3b814b160f835854bb92bc4a885dd300db0b
parent158feabde4cb98021469ed4126682d8ee57456eb
[NFC] Fix some docs warnings

Summary:
Fixes two minor issues in the docs present under `ninja docs-llvm-html`:

1 - A header is too small:
```
Warning, treated as error:
llvm/llvm/docs/Passes.rst:70:Title underline too short.

``-basic-aa``: Basic Alias Analysis (stateless AA impl)
------------------------------------------------------
```

2 - Multiple definitions on a non-anonymous target (llvm-dev mailing list):
```
Warning, treated as error:
llvm/llvm/docs/DeveloperPolicy.rst:3:Duplicate explicit target name: "llvm-dev mailing list".
```

Reviewers: lattner

Reviewed By: lattner

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D83416
llvm/docs/DeveloperPolicy.rst
llvm/docs/Passes.rst