-
Notifications
You must be signed in to change notification settings - Fork 28
Capture doc comments, add variant and field builders #87
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
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
14bbbe9
Capture docs for types, fields, and enum variants
ascjones 4e696dc
Add docs to derive tests
ascjones 55fc739
Fmt
ascjones ded2f3f
Fmt
ascjones 3b78d47
Make clippy happy
ascjones c74422d
Fix struct docs tests
ascjones 329d915
Fix struct docs tests
ascjones 637ab5a
Add missing Vec import
ascjones efdd3e4
Fix test
ascjones 77fc88a
Clear docs
ascjones 912fbcb
Merge branch 'master' into aj-docs
ascjones 4151589
Promote build to it's own mod, split fields and variant builders
ascjones a0743b0
Refactor variant construction with builder
ascjones fd6f893
Fix up derive and unit tests with Variant builder
ascjones 52f5e83
Fmt
ascjones 2d2ab5c
Condense build module back to single file
ascjones c4bf49d
Fix up doc tests
ascjones 05d875b
Fix up README
ascjones 790a6b8
Define initial field builder
ascjones 0f3b795
Fix up field building
ascjones 655279a
Fix tests
ascjones 63b986a
Fully qualify calls to stringify
ascjones 150ef4e
Default impl for FieldBuilder
ascjones 43551f4
Fix up default impl
ascjones 0decd01
Fix spelling errors
ascjones e031939
Remove clear_docs
ascjones fdd96c3
Fully qualify module_path
ascjones 585a671
Update derive/src/lib.rs
ascjones a7179b5
Merge remote-tracking branch 'origin/aj-docs' into aj-docs
ascjones 4d73ae4
Use callback for variant builder
ascjones 59ff44c
Update README
ascjones e8ea40b
Remove leading space in doc comments
ascjones 1c01b94
Satisfy clippy
ascjones 0edec05
Add test for doc capture
ascjones fcc8985
Rename index back to discriminant, changes for this will be in https:…
ascjones 6fb8042
Rename index back to discriminant, changes for this will be in https:…
ascjones 882bdb4
Update src/build.rs
ascjones ebc3e4b
Update src/build.rs
ascjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fully qualify calls to stringify
- Loading branch information
commit 63b986aa7cec0d77a890960954a706b67fffd20d
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.