-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
100 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,6 +184,14 @@ to 0 allows unlimited time. | |
(Large files with many repeated lines can cause | ||
Algorithm::Diff::sdiff() to take hours.) | ||
|
||
=item B<--docstring-as-code> | ||
|
||
cloc considers docstrings to be comments, but this is | ||
not always correct as docstrings represent regular | ||
strings when they appear on the right hand side of an | ||
assignment or as function arguments. This switch | ||
forces docstrings to be counted as code. | ||
|
||
=item B<--follow-links> | ||
|
||
[Unix only] Follow symbolic links to directories (sym links to files | ||
|
@@ -727,7 +735,7 @@ sloccount(1) | |
=head1 AUTHORS | ||
|
||
The cloc program was written by Al Danial <[email protected]> and | ||
is Copyright (C) 2006-2018 <[email protected]>. | ||
is Copyright (C) 2006-2019 <[email protected]>. | ||
|
||
The manual page was originally written by Jari Aalto <[email protected]>. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters