Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added doc-generator #3350

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d79b8ed
added doc-generator
Sakapoi Oct 30, 2023
9c9d53b
fmt
Sakapoi Oct 30, 2023
a200d2d
Merge branch 'master' into doc-generator
Sakapoi Oct 30, 2023
ab42284
fixed comment display
Sakapoi Oct 30, 2023
3d2eee1
Merge branch 'master' into doc-generator
kevaundray Oct 30, 2023
8bb08b1
chore!: Move circuit serialization circuit into acir (#3345)
kevaundray Oct 30, 2023
718f878
changed Cargo.lock
Sakapoi Oct 30, 2023
e0c127b
Merge branch 'master' into doc-generator
Sakapoi Oct 30, 2023
2d12504
added doc-domments
Sakapoi Oct 30, 2023
656b662
Merge branch 'master' into doc-generator
Sakapoi Oct 30, 2023
7ca5ce1
changed fork to main repo, fixed bugs
Sakapoi Nov 8, 2023
cd766d5
fmt
Sakapoi Nov 8, 2023
490a0ce
Merge branch 'master' into doc-generator
Sakapoi Nov 8, 2023
415c673
added cli
Sakapoi Nov 8, 2023
2a16001
Merge branch 'master' into doc-generator
Sakapoi Nov 8, 2023
e3074f5
added tests
Sakapoi Nov 8, 2023
ac81b1d
fmt
Sakapoi Nov 8, 2023
bf7be71
removed panics and fixed problems
Sakapoi Nov 15, 2023
e872287
Merge branch 'master' into doc-generator
Sakapoi Nov 15, 2023
a083e50
chore: update `Cargo.lock`
Dec 1, 2023
b9fdf3e
Merge branch 'master' into doc-generator
Dec 1, 2023
0d78c1f
chore: fix typo :)
Dec 1, 2023
551748f
chore: make clippy happy
Dec 1, 2023
19fe804
chore: fix Cargo.toml :)
Dec 1, 2023
338c10e
chore: add lints :)
Dec 1, 2023
169b350
chore: thiserror.workspace = true
Dec 1, 2023
cf0c976
chore: fix tests
Dec 1, 2023
7db76eb
Merge branch 'master' into doc-generator
kevaundray Dec 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ compiler/wasm/web
tooling/noirc_abi_wasm/nodejs
tooling/noirc_abi_wasm/web
tooling/noir_js/lib

# Doc-generator
tooling/doc_generator/generated_doc
Loading
Loading