forked from OSchip/llvm-project
Fix the table of contents to match the document body.
llvm-svn: 34284
This commit is contained in:
parent
535fb50839
commit
e63f6bc4dc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue