-
Notifications
You must be signed in to change notification settings - Fork 23
WIP: Fix #233 #234
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
WIP: Fix #233 #234
Conversation
|
@KodeSage you are working on this? Let me know if you have any questions! |
|
@Indra-db this has been done, please review. |
|
@KodeSage Hey, I looked at the changes and you're missing quite a few of the requirements. Ensuring that all functions are properly documented and examples to each of them from the EntityView type. EntityView functions are spread to several files inside the entity_view folder. You don't have to do bulk entity builder. I understand this might be a big task with How does that sound? I'll change the Issue to reflect that |
alright sure @Indra-db , I would work on that and improve it. |
|
@Indra-db I just pushed up. |
|
hello @Indra-db , checking in regarding this |
| } | ||
|
|
||
| /// Returns the entity symbol. | ||
| /// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing example
| /// # See also | ||
| /// | ||
| /// * C++ API: `entity_view::path_from` | ||
| #[doc(alias = "entity_view::path_from")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing example
| /// # See also | ||
| /// | ||
| /// * C++ API: `entity_view::enabled` | ||
| #[doc(alias = "entity_view::enabled")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing example
| /// * `func` - The function invoked for each child. Must match the signature `FnMut(EntityView)`. | ||
| /// | ||
| /// # See also | ||
| /// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see also not done (relate to other similar fns)
| /// # See also | ||
| /// | ||
| /// * C++ API: `entity_view::children` | ||
| #[doc(alias = "entity_view::children")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
relative to other fns not done
|
@Indra-db , Alright, that's all yeah? |
|
Oh wow, this is quite alot! you can as well give it to the next person to work on. |

No description provided.