Skip to content

Commit

Permalink
moved the original doc directory to docs/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Huiqing Li committed Oct 29, 2023
1 parent e8b0159 commit b925653
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 0 deletions.
File renamed without changes.
File renamed without changes
18 changes: 18 additions & 0 deletions docs/doc/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

=== How to generate Edoc files ====

Runs EDoc on a given set of source files:
files(Files, Options) -> ok

Eshell V10.7 (abort with ^G)
1> pwd().
.../wrangler/src
ok
2> Files = ["api_refac.erl", "api_wrangler.erl"].
["api_refac.erl","api_wrangler.erl"]
3> edoc:files(Files, [{dir, "../docs/doc"}]). %% the 'dir' option specifies the output directory for the generated files.
ok


For more usage of Edoc, please check:
https://www.erlang.org/doc/apps/edoc
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b925653

Please sign in to comment.