Skip to content

Commit

Permalink
Documentation: convert ReleaseNotes.html to reST.
Browse files Browse the repository at this point in the history
Patch by Anthony Mykhailenko with small fixes by me.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169714 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gribozavr committed Dec 9, 2012
1 parent 1638b83 commit e17d858
Show file tree
Hide file tree
Showing 5 changed files with 571 additions and 881 deletions.
2 changes: 2 additions & 0 deletions docs/CodeGenerator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,8 @@ This section of the document explains features or design decisions that are
specific to the code generator for a particular target. First we start with a
table that summarizes what features are supported by each target.

.. _target-feature-matrix:

Target Feature Matrix
---------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/DeveloperPolicy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This policy is also designed to accomplish the following objectives:

#. Keep the top of Subversion trees as stable as possible.

#. Establish awareness of the project's `copyright, license, and patent
policies`_ with contributors to the project.
#. Establish awareness of the project's :ref:`copyright, license, and patent
policies <copyright-license-patents>` with contributors to the project.

This policy is aimed at frequent contributors to LLVM. People interested in
contributing one-off patches can do so in an informal way by sending them to the
Expand Down Expand Up @@ -401,7 +401,7 @@ Hacker!" in the commit message.

Overall, please do not add contributor names to the source code.

.. _copyright, license, and patent policies:
.. _copyright-license-patents:

Copyright, License, and Patents
===============================
Expand Down
Loading

0 comments on commit e17d858

Please sign in to comment.