diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 02:21:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 02:21:55 +0000 |
commit | 5e2de9fe0030158446d7175845da649d1204424d (patch) | |
tree | c8b155c1014de91b8c20d41d919b1c21e0ed86ca | |
parent | c676d3c167b420f5ae417f49fb5d650ba249c9d6 (diff) | |
download | bcm5719-llvm-5e2de9fe0030158446d7175845da649d1204424d.tar.gz bcm5719-llvm-5e2de9fe0030158446d7175845da649d1204424d.zip |
Some formatting tweaks to clang(1)
llvm-svn: 81668
-rw-r--r-- | clang/docs/tools/clang.pod | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index c520f93997e..daa73879893 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -378,8 +378,7 @@ Show commands to run and use verbose output. =over -=item -B<-fshow-column> +=item B<-fshow-column> B<-fshow-source-location> B<-fcaret-diagnostics> B<-fdiagnostics-fixit-info> @@ -428,13 +427,14 @@ Do not search the standard system directories for include files. =cut ## TODO, but do we really want people using this stuff? -=item B<-idirafter>I<directory> -=item B<-iquote>I<directory> -=item B<-isystem>I<directory> -=item B<-iprefix>I<directory> -=item B<-iwithprefix>I<directory> -=item B<-iwithprefixbefore>I<directory> -=item B<-isysroot> +#=item B<-idirafter>I<directory> +#=item B<-iquote>I<directory> +#=item B<-isystem>I<directory> +#=item B<-iprefix>I<directory> +#=item B<-iwithprefix>I<directory> +#=item B<-iwithprefixbefore>I<directory> +#=item B<-isysroot> + =pod @@ -445,21 +445,21 @@ Do not search the standard system directories for include files. =cut ### TODO someday. -=head2 Warning Control Options -=over -=back -=head2 Code Generation and Optimization Options -=over -=back -=head2 Assembler Options -=over -=back -=head2 Linker Options -=over -=back -=head2 Static Analyzer Options -=over -=back +#=head2 Warning Control Options +#=over +#=back +#=head2 Code Generation and Optimization Options +#=over +#=back +#=head2 Assembler Options +#=over +#=back +#=head2 Linker Options +#=over +#=back +#=head2 Static Analyzer Options +#=over +#=back =pod |