[cfe-commits] r81668 - /cfe/trunk/docs/tools/clang.pod

Daniel Dunbar daniel at zuster.org
Sat Sep 12 19:21:55 PDT 2009


Author: ddunbar
Date: Sat Sep 12 21:21:55 2009
New Revision: 81668

URL: http://llvm.org/viewvc/llvm-project?rev=81668&view=rev
Log:
Some formatting tweaks to clang(1)

Modified:
    cfe/trunk/docs/tools/clang.pod

Modified: cfe/trunk/docs/tools/clang.pod
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/tools/clang.pod?rev=81668&r1=81667&r2=81668&view=diff

==============================================================================
--- cfe/trunk/docs/tools/clang.pod (original)
+++ cfe/trunk/docs/tools/clang.pod Sat Sep 12 21:21:55 2009
@@ -378,8 +378,7 @@
 
 =over
 
-=item 
-B<-fshow-column>
+=item B<-fshow-column>
 B<-fshow-source-location>
 B<-fcaret-diagnostics>
 B<-fdiagnostics-fixit-info>
@@ -428,13 +427,14 @@
 =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 @@
 =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
 





More information about the cfe-commits mailing list