Skip to content

Commit

Permalink
Make it more clear that the generators dont only generate views
Browse files Browse the repository at this point in the history
  • Loading branch information
edmz committed Apr 24, 2015
1 parent 893ef92 commit 88b09da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/mix/tasks/phoenix.gen.html.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mix.Tasks.Phoenix.Gen.Html do
use Mix.Task

@shortdoc "Generates HTML files for a resource"
@shortdoc "Generates controller, model, views for an HTML-based resource"

@moduledoc """
Generates a Phoenix resource.
Expand Down
4 changes: 2 additions & 2 deletions lib/mix/tasks/phoenix.gen.json.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mix.Tasks.Phoenix.Gen.Json do
use Mix.Task

@shortdoc "Generates JSON files for a resource"
@shortdoc "Generates controller, model for an JSON-based resource"

@moduledoc """
Generates a Phoenix resource.
Expand Down

0 comments on commit 88b09da

Please sign in to comment.