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

Missing member documentation #65

Closed
matshou opened this issue Feb 20, 2021 · 1 comment
Closed

Missing member documentation #65

matshou opened this issue Feb 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@matshou
Copy link
Member

matshou commented Feb 20, 2021

Fields and methods are missing documentation comments.

For example method InventoryItem#getCurrentCondition() is missing documentation.

API doc:

public float getCurrentCondition()

Return the real condition of the weapon, based on this calcul : Condition/ConditionMax * 100

Returns:
    float 

Compiled:

---@public
---@return float
function InventoryItem:getCurrentCondition() end
@matshou matshou added the bug Something isn't working label Feb 20, 2021
@matshou matshou changed the title Missing method documentation Missing member documentation Mar 7, 2021
@matshou matshou added the duplicate This issue or pull request already exists label Mar 19, 2021
@matshou
Copy link
Member Author

matshou commented Mar 19, 2021

Resolved by #72 and #73.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant