adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
209 stars 108 forks source link

Doxygen Docs Missing #116

Closed blaskovicz closed 4 years ago

blaskovicz commented 4 years ago

On the main page of the doxygen docs, I see no available classes, docs, etc, only the doxygen header.

http://adafruit.github.io/Adafruit_IO_Arduino/html/index.html

siddacious commented 4 years ago

Strange! I'll take a look, thanks for the heads up

brentru commented 4 years ago

@siddacious

Looks like the Action says it's uploading code.. https://github.com/adafruit/Adafruit_IO_Arduino/runs/618318416?check_suite_focus=true#step:7:13

but the GH-Pages branch looks like it hasn't been updated by actions since Jan: https://github.com/adafruit/Adafruit_IO_Arduino/tree/gh-pages

Maybe this occurred when we switched from travis->actions?

siddacious commented 4 years ago

@brentru I just tested and found that what's up is representative of what Doxygen is currently generating. I started a branch here: https://github.com/adafruit/Adafruit_IO_Arduino/tree/docs_fix

If you can, please look into what's happening. Assign this back to me if you need me to take over.

andrewwatson commented 4 years ago

was just about to submit an issue for this but it's already here!

siddacious commented 4 years ago

@brentru Have you been able to take a look at this?

brentru commented 4 years ago

@siddacious No, I haven't looked at it yet. I can take a closer look at it on Friday this week.