diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-11 03:27:31 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-11 03:27:31 +0000 |
| commit | 2a7024fa6c0b260d5d0bdf606a268405e86cf5ce (patch) | |
| tree | 98ae530239e0b886680722b123036f1fc02373f6 /llvm | |
| parent | 40dab2ce86815a3f49236ad43fd8e2e360e9ae5e (diff) | |
| download | bcm5719-llvm-2a7024fa6c0b260d5d0bdf606a268405e86cf5ce.tar.gz bcm5719-llvm-2a7024fa6c0b260d5d0bdf606a268405e86cf5ce.zip | |
docs/CommandLine.html: "ize.
llvm-svn: 129267
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CommandLine.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index e21ea8042d5..83b2ebbe511 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -231,11 +231,11 @@ represented like this:</p> <a href="#cl::opt">cl::opt</a><string> OutputFilename("<i>o</i>", <a href="#cl::desc">cl::desc</a>("<i>Specify output filename</i>"), <a href="#cl::value_desc">cl::value_desc</a>("<i>filename</i>")); </pre></div> -<p>This declares a global variable "<tt>OutputFilename</tt>" that is used to -capture the result of the "<tt>o</tt>" argument (first parameter). We specify -that this is a simple scalar option by using the "<tt><a -href="#cl::opt">cl::opt</a></tt>" template (as opposed to the <a -href="#list">"<tt>cl::list</tt> template</a>), and tell the CommandLine library +<p>This declares a global variable "<tt>OutputFilename</tt>" that is used to +capture the result of the "<tt>o</tt>" argument (first parameter). We specify +that this is a simple scalar option by using the "<tt><a +href="#cl::opt">cl::opt</a></tt>" template (as opposed to the <a +href="#list">"<tt>cl::list</tt> template</a>), and tell the CommandLine library that the data type that we are parsing is a string.</p> <p>The second and third parameters (which are optional) are used to specify what |

