[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Reid Spencer
reid at x10sys.com
Wed Feb 14 09:21:15 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.14 -> 1.15
---
Log message:
Fix the table of contents to match the document body.
---
Diffs of the changes: (+8 -6)
DeveloperPolicy.html | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.14 llvm/docs/DeveloperPolicy.html:1.15
--- llvm/docs/DeveloperPolicy.html:1.14 Wed Feb 14 10:21:54 2007
+++ llvm/docs/DeveloperPolicy.html Wed Feb 14 11:20:59 2007
@@ -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
@@ -476,7 +478,7 @@
Written By: the
<a href="mailto:llvm-oversight at cs.uiuc.edu">LLVM Oversight Group</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/14 16:21:54 $
+ Last modified: $Date: 2007/02/14 17:20:59 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list