You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains automated documentation generated directly from `.sol` source files.
4
-
They include the following info:
3
+
This directory includes manual markdown documentation for `contracts` directory.
4
+
It follows the directory structure of `contracts` (eg. file `foo/bar.md` documents the `bar` contract in `contracts/foo`).
5
5
6
-
- Gas estimates on constructors & functions.
7
-
- Technical information about the exposed public interface of each contract.
8
-
- A manual documentation snippet at the top, if available.
6
+
Files in this folder will be included in `../generated_docs` (with `yarn docs update`) and merged with automatically generated docs (if available) based on their file name.
7
+
*Example: `foo/bar.md` will be merged with automated docs for the contract `bar` in the directory `contracts/foo/`*
0 commit comments