mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
14 lines
439 B
C++
14 lines
439 B
C++
#pragma once
|
|
|
|
namespace esphome {
|
|
|
|
/*! @mainpage ESPHome source code documentation
|
|
This documentation provides references to the ESPHome source code classes and methods.
|
|
|
|
@details This documentation site is purely for reference and does not contain any user documentation.
|
|
If you are contributing to ESPHome or building an ESPHome component, then you should be starting at
|
|
https://developers.esphome.io.
|
|
*/
|
|
|
|
} // namespace esphome
|