[all-commits] [llvm/llvm-project] 5a9858: [NFC] Fix some docs warnings
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Wed Jul 8 16:31:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a98581d196ba1ad9edaf36b1d1db122287b01eb
https://github.com/llvm/llvm-project/commit/5a98581d196ba1ad9edaf36b1d1db122287b01eb
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/Passes.rst
Log Message:
-----------
[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
More information about the All-commits
mailing list