[llvm-commits] [llvm] r60985 - in /llvm/trunk: docs/CompilerDriver.html docs/CompilerDriverTutorial.html tools/llvmc/doc/LLVMC-Reference.rst tools/llvmc/doc/LLVMC-Tutorial.rst

Mikhail Glushenkov foldr at codedgers.com
Sat Dec 13 09:51:47 PST 2008


Author: foldr
Date: Sat Dec 13 11:51:47 2008
New Revision: 60985

URL: http://llvm.org/viewvc/llvm-project?rev=60985&view=rev
Log:
Add a comment to the auto-generated docs.

Modified:
    llvm/trunk/docs/CompilerDriver.html
    llvm/trunk/docs/CompilerDriverTutorial.html
    llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
    llvm/trunk/tools/llvmc/doc/LLVMC-Tutorial.rst

Modified: llvm/trunk/docs/CompilerDriver.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerDriver.html?rev=60985&r1=60984&r2=60985&view=diff

==============================================================================
--- llvm/trunk/docs/CompilerDriver.html (original)
+++ llvm/trunk/docs/CompilerDriver.html Sat Dec 13 11:51:47 2008
@@ -10,6 +10,9 @@
 <body>
 <div class="document" id="customizing-llvmc-reference-manual">
 <h1 class="title">Customizing LLVMC: Reference Manual</h1>
+<!-- This file was automatically generated by rst2html.
+Please do not edit directly!
+The ReST source lives in the directory 'tools/llvmc/doc'. -->
 <div class="contents topic">
 <p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
 <ul class="simple">

Modified: llvm/trunk/docs/CompilerDriverTutorial.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerDriverTutorial.html?rev=60985&r1=60984&r2=60985&view=diff

==============================================================================
--- llvm/trunk/docs/CompilerDriverTutorial.html (original)
+++ llvm/trunk/docs/CompilerDriverTutorial.html Sat Dec 13 11:51:47 2008
@@ -10,6 +10,9 @@
 <body>
 <div class="document" id="tutorial-using-llvmc">
 <h1 class="title">Tutorial - Using LLVMC</h1>
+<!-- This file was automatically generated by rst2html.
+Please do not edit directly!
+The ReST source lives in the directory 'tools/llvmc/doc'. -->
 <div class="contents topic">
 <p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
 <ul class="simple">

Modified: llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst?rev=60985&r1=60984&r2=60985&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Reference.rst Sat Dec 13 11:51:47 2008
@@ -1,6 +1,10 @@
 ===================================
 Customizing LLVMC: Reference Manual
 ===================================
+..
+   This file was automatically generated by rst2html.
+   Please do not edit directly!
+   The ReST source lives in the directory 'tools/llvmc/doc'.
 
 .. contents::
 

Modified: llvm/trunk/tools/llvmc/doc/LLVMC-Tutorial.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvmc/doc/LLVMC-Tutorial.rst?rev=60985&r1=60984&r2=60985&view=diff

==============================================================================
--- llvm/trunk/tools/llvmc/doc/LLVMC-Tutorial.rst (original)
+++ llvm/trunk/tools/llvmc/doc/LLVMC-Tutorial.rst Sat Dec 13 11:51:47 2008
@@ -1,6 +1,10 @@
 ======================
 Tutorial - Using LLVMC
 ======================
+..
+   This file was automatically generated by rst2html.
+   Please do not edit directly!
+   The ReST source lives in the directory 'tools/llvmc/doc'.
 
 .. contents::
 





More information about the llvm-commits mailing list