mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 19:14:43 +00:00
Check scripts for missing docstrings.
This commit is contained in:
parent
176967365b
commit
53ef40384c
2 changed files with 3 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -178,6 +178,8 @@ doccheck:
|
|||
linkcheck/updater.py \
|
||||
linkcheck/url.py \
|
||||
linkcheck/winutil.py \
|
||||
linkchecker \
|
||||
linkchecker-gui \
|
||||
*.py
|
||||
|
||||
filescheck:
|
||||
|
|
|
|||
|
|
@ -250,6 +250,7 @@ class LCHelpFormatter (optparse.IndentedHelpFormatter):
|
|||
"""Help formatter indenting paragraph-wise."""
|
||||
|
||||
def format_option (self, option):
|
||||
"""Customized help display with indentation."""
|
||||
# The help for each option consists of two parts:
|
||||
# * the opt strings and metavars
|
||||
# eg. ("-x", or "-fFILENAME, --file=FILENAME")
|
||||
|
|
|
|||
Loading…
Reference in a new issue