Skip to content

Commit

Permalink
Added missing @param tags for Engine#initialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed May 31, 2024
1 parent 201218d commit a7db12d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/ronin/recon/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ class Engine
#
# Initializes the recon engine.
#
# @param [Array<Values::Value>] values
# The values to start performing recon on.
#
# @param [Array<Values::Value>] ignore
# The values to ignore while performing recon.
#
# @param [Integer, nil] max_depth
# The maximum depth to limit recon to. If not specified recon will
# continue until there are no more new values discovered.
#
# @param [WorkerSet] workers
# The workers to use for recon.
#
# @param [Console::Logger] logger
# The common logger for the recon engine.
#
# @yield [self]
# If a block is given it will be passed the newly created engine.
#
Expand Down

0 comments on commit a7db12d

Please sign in to comment.