diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 17:20:59 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-14 17:20:59 +0000 |
commit | e63f6bc4dccf1316032167d454fd873cbc9e1b88 (patch) | |
tree | 10837e3db991c9d4ddb44ffcd84d0350d7235c23 /llvm/docs/DeveloperPolicy.html | |
parent | 535fb50839d2630e5b647c68881653693ec8cf1b (diff) | |
download | bcm5719-llvm-e63f6bc4dccf1316032167d454fd873cbc9e1b88.tar.gz bcm5719-llvm-e63f6bc4dccf1316032167d454fd873cbc9e1b88.zip |
Fix the table of contents to match the document body.
llvm-svn: 34284
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 71c26f49832..820dbb8cc30 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -13,7 +13,6 @@ <h2>Contents</h2> <ol> <li><a href="#introduction">Introduction</a></li> - <li><a href="#terms">Terminology</a></li> <li><a href="#general">General Policies</a> <ol> <li><a href="#informed">Stay Informed</a> </li> @@ -28,7 +27,8 @@ <li><a href="#p_form">Patch Form</a></li> <li><a href="#p_testing">Patch Testing</a></li> <li><a href="#p_submission">Patch Submission</a></li> - <li><a href="#p_after">After Submission</a></li> + <li><a href="#p_aftersub">After Submission</a></li> + <li><a href="#p_aftercommit">After Commit</a></li> <li><a href="#c_access">Obtaining Commit Access</a></li> <li><a href="#c_new">New Committers</a></li> </ol></li> @@ -39,6 +39,8 @@ <li><a href="#license">License</a></li> <li><a href="#devagree">Developer Agreements</a></li> </ol></li> + <li><a href="#terms">Terminology</a></li> + <li><a href="#polnotes">Policy Notes</a></li> </ol> <div class="doc_author">Written by LLVM Oversight Team</div> </td><td class="layout"> @@ -247,7 +249,7 @@ </div> <!-- _______________________________________________________________________ --> -<div class="doc_subsection"> <a name="p_after">After Submission</a></div> +<div class="doc_subsection"> <a name="p_aftersub">After Submission</a></div> <div class="doc_text"> <p>After a patch has been submitted, these policies apply:</p> <ol> @@ -264,7 +266,7 @@ </div> <!-- _______________________________________________________________________ --> -<div class="doc_subsection"> <a name="p_after">After Commit</a></div> +<div class="doc_subsection"> <a name="p_aftercommit">After Commit</a></div> <div class="doc_text"> <p>After a patch has been committed, these policies apply:</p> <ol> @@ -454,7 +456,7 @@ </div> <!--=========================================================================--> -<div class="doc_section"><a name="notes">Policy Notes</a></div> +<div class="doc_section"><a name="polnotes">Policy Notes</a></div> <!--=========================================================================--> <div class="doc_text"> <p>This section contains some notes on policy topics that need to be |