Skip to content

Commit

Permalink
docs(cosmic-proto): generate initial typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 11, 2024
1 parent 159098b commit c8ad417
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 5 additions & 4 deletions packages/cosmic-proto/src/address-hooks.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/**
* @module address-hooks
* @file This module provides functions for encoding and decoding address hooks
* which are comprised of a bech32 base address with an HTTP query string, all
* wrapped in a bech32 envelope.
* This module provides functions for encoding and decoding address hooks
* which are comprised of a bech32 base address with an HTTP query string, all
* wrapped in a bech32 envelope.
*
* @module address-hooks.js
* @example
*
* import {
Expand Down
9 changes: 9 additions & 0 deletions packages/cosmic-proto/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": [
"../../typedoc.base.json"
],
"entryPoints": [
"src/*.js",
"src/helpers.ts"
]
}
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages/*"
],
"exclude": [
"packages/cosmic-proto/"
],
"name": "API documentation of Agoric SDK ",
"entryPointStrategy": "packages",
Expand Down

0 comments on commit c8ad417

Please sign in to comment.