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

Completing Missing JavaDoc #19

Open
mob41 opened this issue Jun 18, 2018 · 0 comments
Open

Completing Missing JavaDoc #19

mob41 opened this issue Jun 18, 2018 · 0 comments

Comments

@mob41
Copy link
Owner

mob41 commented Jun 18, 2018

JavaDoc generation comment block is missing for the following files and methods. Source: https://travis-ci.org/mob41/broadlink-java-api/jobs/393332437#L1590

@alpapad Please help completing these, thanks!

  • com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for autoMode
    public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {

  • com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for loopMode
    public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {

  • com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for sensorControl
    public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {

  • com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no @param for autoMode
    public void setMode(boolean autoMode, LoopMode loopMode) throws Exception {

  • com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no @param for loopMode
    public void setMode(boolean autoMode, LoopMode loopMode) throws Exception {

  • com/github/mob41/blapi/MP1Device.java:72: warning: no description for @throws
    * @throws Exception

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:107: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:122: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:137: warning: no @return
    public short getOsv() {

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:149: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:163: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:176: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:189: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:204: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:219: warning: no description for @return
    * @return

  • com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:234: warning: no description for @return
    * @return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant