This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fix some docs warnings
ClosedPublic

Authored by hctim on Jul 8 2020, 12:23 PM.

Details

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".

Diff Detail

Event Timeline

hctim created this revision.Jul 8 2020, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2020, 12:23 PM
hctim retitled this revision from [NFC] Fix some docs warnings. to [NFC] Fix some docs warnings.Jul 8 2020, 12:26 PM
hctim edited the summary of this revision. (Show Details)
hctim added a reviewer: lattner.
lattner accepted this revision.Jul 8 2020, 1:29 PM

Thanks!

This revision is now accepted and ready to land.Jul 8 2020, 1:29 PM
This revision was automatically updated to reflect the committed changes.