-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved the original doc directory to docs/doc
- Loading branch information
Huiqing Li
committed
Oct 29, 2023
1 parent
e8b0159
commit b925653
Showing
13 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.