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

docs: documented symbol 'MAX31725::m_extended_format' was not declared or defined. #77

Open
9 tasks
ntlhui opened this issue Oct 1, 2024 · 0 comments
Open
9 tasks

Comments

@ntlhui
Copy link
Contributor

ntlhui commented Oct 1, 2024

  • src/temperature/max31725_cpp.h:177: error: documented symbol 'MAX31725::m_extended_format' was not declared or defined.
  • src/temperature/max31725_cpp.h:176: error: Member m_write_address (variable) of class MAX31725 is not documented.
  • src/temperature/max31725_cpp.h:180: error: Member max31725_extended_format (variable) of class MAX31725 is not documented.
  • src/temperature/max31725_cpp.h:82: error: argument 'i2c_adrs' of command @param is not found in the argument list of MAX31725::MAX31725(I2C &i2c_bus, uint8_t slave_address)
  • src/temperature/max31725_cpp.h:82: error: The following parameter of MAX31725::MAX31725(I2C &i2c_bus, uint8_t slave_address) is not documented: parameter 'slave_address'
  • src/temperature/max31725_cpp.h:82: error: found documented return type for MAX31725::MAX31725 that does not return anything
  • src/temperature/max31725_cpp.h:97: error: found documented return type for MAX31725::~MAX31725 that does not return anything
  • src/temperature/max31725.h:148: error: Member uwrd (variable) of union max31725_raw_data is not documented.
  • src/temperature/max31725.h:149: error: Member swrd (variable) of union max31725_raw_data is not documented.

ed2263e

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