There was an error while loading. Please reload this page.
1 parent 637b3f0 commit f60affeCopy full SHA for f60affe
bin/ex_doc
@@ -1,3 +1,3 @@
1
#!/usr/bin/env elixir
2
-Code.prepend_path Path.expand("../../_build/shared/lib/ex_doc/ebin", __FILE__)
+Code.prepend_path Path.expand("../_build/shared/lib/ex_doc/ebin", __DIR__)
3
ExDoc.CLI.run(System.argv)
test/ex_doc/html_formatter_test.exs
@@ -16,11 +16,11 @@ defmodule ExDoc.HTMLFormatterTest do
16
end
17
18
defp output_dir do
19
- Path.expand("../../docs", __FILE__)
+ Path.expand("../docs", __DIR__)
20
21
22
defp beam_dir do
23
- Path.expand("../../tmp/ebin", __FILE__)
+ Path.expand("../tmp/ebin", __DIR__)
24
25
26
defp doc_config do
0 commit comments