OPEnSLab-OSU / Loom-V4

Open Source Internet Of Things Rapid Prototyping Framework For Environmental Sensing Applications
12 stars 1 forks source link

Update Doxygen For Hypnos #132

Closed ZakaryW closed 3 weeks ago

ZakaryW commented 9 months ago

Currently the doxygen documentation does not cover the enums that are outside the Hypnos class, but are used within the Hypnos functionality. So to fix this, we need to regenerate the doxygen and ensure it includes these enums.

ZakaryW commented 8 months ago

Some extra context,

The config file is located in the root directory of the repo, Doxyfile. This is the current Hypnos Documentation, the enums which are in the Hypnos header file aren't documented here so we want to change that. It might be worth looking through Doxygen's documentation for documenting code as well.

WL-Richards commented 8 months ago

You will likely have to change some of the directory and file paths in the Doxyfile as they are absolute paths on my machine

udellc commented 4 months ago

@ZakaryW , where are we at with this? Can we finish up and close this out?

udellc commented 4 months ago

Not a high priority though

WL-Richards commented 3 weeks ago

closing for now, can re-address later