diff --git a/clang/docs/Modules.rst b/clang/docs/Modules.rst --- a/clang/docs/Modules.rst +++ b/clang/docs/Modules.rst @@ -102,6 +102,11 @@ ============= To enable modules, pass the command-line flag ``-fmodules``. This will make any modules-enabled software libraries available as modules as well as introducing any modules-specific syntax. Additional `command-line parameters`_ are described in a separate section later. +Standard C++ Modules +-------------------- +.. note:: + This pages mainly talks about the Clang modules extension and describes some general module properties and semantics. Please refer to `StandardCPlusPlusModules `_ if you're looking for standard C++ modules. + Objective-C Import declaration ------------------------------ Objective-C provides syntax for importing a module via an *@import declaration*, which imports the named module: