We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e43e4a3 + cbf6771 commit 6334219Copy full SHA for 6334219
lib/ex_doc/cli.ex
@@ -94,6 +94,7 @@ defmodule ExDoc.CLI do
94
95
Examples:
96
ex_doc "Ecto" "0.8.0" "_build/dev/lib/ecto/ebin" -u "https://github.com/elixir-lang/ecto"
97
+ ex_doc "Project" "1.0.0" "_build/dev/lib/project/ebin" -e "docs/extra_page.md"
98
99
Options:
100
PROJECT Project name
0 commit comments