Skip to content

Commit

Permalink
Merge pull request #129 from adafruit/doxy-fix
Browse files Browse the repository at this point in the history
Testing doxygen INPUT setting
  • Loading branch information
evaherrada authored Jul 6, 2020
2 parents 1425f3e + 31a78ee commit 66d04a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
env:
GH_REPO_TOKEN: ${{ secrets.GH_REPO_TOKEN }}
PRETTYNAME : "Adafruit IO Arduino Library"
run: bash ci/doxy_gen_and_deploy.sh
run: bash ci/doxy_gen_and_deploy.sh src
5 changes: 2 additions & 3 deletions src/AdafruitIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,8 @@ AdafruitIO_Dashboard *AdafruitIO::dashboard(const char *name) {
/**************************************************************************/
/*!
@brief Provide status explanation strings.
@param _status
The AIO status value
@return A pointer to the status string.
@return A pointer to the status string, _status. _status is the AIO status
value
*/
/**************************************************************************/
const __FlashStringHelper *AdafruitIO::statusText() {
Expand Down

0 comments on commit 66d04a9

Please sign in to comment.