EnvisEdge
EnvisEdge copied to clipboard
added doc for Identifier Data Structure
Description
This PR adds inline documentation to the scala_core/src/main/scala/org/nimbleedge/envisedge/models/Identifier.scala file.
Relevant Issue
Issue #131
Checklist
- [x] I have followed the Contribution Guidelines and Code of Conduct
- [x] I have commented my code following the NimbleEdge Styleguide
Deploy Preview for goofy-agnesi-4565cb canceled.
Name | Link |
---|---|
Latest commit | fb486f9a63fae69ca755c779db973e0933de4ddd |
Latest deploy log | https://app.netlify.com/sites/goofy-agnesi-4565cb/deploys/6314453c3170370008c320fa |
@bashirk Content-wise, it's looking good. But it needs a few modifications like:
- In scala, we write the inline comments before the functions, method, or class. So, please follow it.
Thanks