[clang-tools-extra] r248729 - Fixing a sphinx warning.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 28 12:27:38 PDT 2015
Author: aaronballman
Date: Mon Sep 28 14:27:37 2015
New Revision: 248729
URL: http://llvm.org/viewvc/llvm-project?rev=248729&view=rev
Log:
Fixing a sphinx warning.
Modified:
clang-tools-extra/trunk/docs/modularize.rst
Modified: clang-tools-extra/trunk/docs/modularize.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/modularize.rst?rev=248729&r1=248728&r2=248729&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/modularize.rst (original)
+++ clang-tools-extra/trunk/docs/modularize.rst Mon Sep 28 14:27:37 2015
@@ -210,7 +210,7 @@ The following module map will be generat
An optional ``-root-module=<root-name>`` option can be used to cause a root module
to be created which encloses all the modules.
-An optional ``-problem-files-list=<problem-file-name> can be used to input
+An optional ``-problem-files-list=<problem-file-name>`` can be used to input
a list of files to be excluded, perhaps as a temporary stop-gap measure until
problem headers can be fixed.
More information about the cfe-commits
mailing list