diff --git a/src/util/doc.jam b/src/util/doc.jam index c8a8fcfcf..77e48d74f 100644 --- a/src/util/doc.jam +++ b/src/util/doc.jam @@ -808,6 +808,7 @@ local rule scan-class ( rule scan-module ( target # The module file. : text * # The text in the file, one item per line. + : binding ) { if $(.option.debug) { ECHO "HELP:" scanning module target '$(target)' ; }