Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Added documentation to GraphVizTask.new.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 8, 2011
1 parent 31844be commit 930135b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/dm-visualizer/rake/graphviz_task.rb
Expand Up @@ -24,6 +24,18 @@ class GraphVizTask < Task
# @param [Hash] options
# Additional options.
#
# @option options [Boolean] :relational
# Specifies whether to generate a relational diagram.
#
# @option options [Boolean] :schema
# Specifies whether to generate a schema diagram.
#
# @option options [Boolean] :png
# Specifies whether to generate a PNG image.
#
# @option options [Boolean] :svg
# Specifies whether to generate a SVG image.
#
# @yield [task]
# The given block will be passed the newly created task.
#
Expand Down

0 comments on commit 930135b

Please sign in to comment.