From 28e0def9f3cc838f63218a961dd54e18f534fc67 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 20 Mar 2013 18:37:42 +0000 Subject: [PATCH] [docs] Prominently note that modules are expemental. And ask for people to try it out and send us bug reports! llvm-svn: 177551 --- clang/docs/Modules.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst index 9cc5ef8..7a9cdc7 100644 --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -5,6 +5,10 @@ Modules .. contents:: :local: +.. warning:: + The functionality described on this page is still experimental! Please + try it out and send us bug reports! + 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): -- 2.7.4