Author: silvas
Date: Mon Sep  9 14:57:49 2013
New Revision: 190340

URL: http://llvm.org/viewvc/llvm-project?rev=190340&view=rev
Log:
[docs] Prominently note modules are experimental.

It was really hard to tell that modules are experimental. This makes it
really clear by

* Noting the experimental status in the title.
* Moving the "warning" above the table of contents.

Modified:
    cfe/trunk/docs/Modules.rst

Modified: cfe/trunk/docs/Modules.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/Modules.rst?rev=190340&r1=190339&r2=190340&view=diff
==============================================================================
--- cfe/trunk/docs/Modules.rst (original)
+++ cfe/trunk/docs/Modules.rst Mon Sep  9 14:57:49 2013
@@ -1,14 +1,14 @@
-=======
-Modules
-=======
-
-.. contents::
-   :local:
+======================
+Modules (EXPERIMENTAL)
+======================
 
 .. warning::
    The functionality described on this page is still experimental! Please
    try it out and send us bug reports!
 
+.. contents::
+   :local:
+
 Introduction
 ============
 Most software is built using a number of software libraries, including 
libraries supplied by the platform, internal libraries built as part of the 
software itself to provide structure, and third-party libraries. For each 
library, one needs to access both its interface (API) and its implementation. 
In the C family of languages, the interface to a library is accessed by 
including the appropriate header files(s):


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to