@@ -368,16 +368,16 @@ and from libraries (e.g. <filename>getc.c</filename>)</para>
368
368
<sect2 id =" cg-manual.line-by-line" xreflabel =" Line-by-line Counts" >
369
369
<title >Line-by-line Counts</title >
370
370
371
- <para >There are two ways to annotate source files -- by specifying them
372
- manually as arguments to cg_annotate, or with the
373
- < option >--auto=yes</ option > option. For example, the output from running
374
- < filename >cg_annotate < filename> concord.c </filename > for our example
375
- produces the same output as above followed by an annotated version of
376
- < filename >concord.c</ filename >, a section of which looks like:</para >
371
+ <para >By default, all source code annotation is also shown. (Filenames to be
372
+ annotated can also by specified manually as arguments to cg_annotate, but this
373
+ is rarely needed.) For example, the output from running < filename >cg_annotate
374
+ < filename> </filename > for our example produces the same output as above
375
+ followed by an annotated version of < filename >concord.c</ filename >, a section
376
+ of which looks like:</para >
377
377
378
378
<programlisting ><![CDATA[
379
379
--------------------------------------------------------------------------------
380
- -- User -annotated source: concord.c
380
+ -- Auto -annotated source: concord.c
381
381
--------------------------------------------------------------------------------
382
382
Ir I1mr ILmr Dr D1mr DLmr Dw D1mw DLmw
383
383
@@ -437,7 +437,7 @@ part of a file the shown code comes from, eg:</para>
437
437
controlled by the <option >--context</option >
438
438
option.</para >
439
439
440
- <para >To get automatic annotation, use the < option >--auto=yes</ option > option .
440
+ <para >Automatic annotation is enabled by default .
441
441
cg_annotate will automatically annotate every source file it can
442
442
find that is mentioned in the function-by-function summary.
443
443
Therefore, the files chosen for auto-annotation are affected by
@@ -946,7 +946,7 @@ small differences like these; it works in the same way as
946
946
947
947
<varlistentry >
948
948
<term >
949
- <option ><![CDATA[ --show-percs=<no|yes> [default: no ] ]]> </option >
949
+ <option ><![CDATA[ --show-percs=<no|yes> [default: yes ] ]]> </option >
950
950
</term >
951
951
<listitem >
952
952
<para >When enabled, a percentage is printed next to all event counts.
@@ -957,7 +957,7 @@ small differences like these; it works in the same way as
957
957
958
958
<varlistentry >
959
959
<term >
960
- <option ><![CDATA[ --auto=<no|yes> [default: no ] ]]> </option >
960
+ <option ><![CDATA[ --auto=<no|yes> [default: yes ] ]]> </option >
961
961
</term >
962
962
<listitem >
963
963
<para >When enabled, automatically annotates every file that
0 commit comments