T-PLAY / hub

Central HUB and communication protocol of TPLAY
https://t-play.github.io/hub/
Mozilla Public License 2.0
2 stars 1 forks source link

Fix doxygen compilation #20

Closed hiergaut closed 4 months ago

hiergaut commented 5 months ago

All public function, member of class have to be commented (checked by doxygen). Only fix doxygen compilation for the project. Another PR will make the full documentation. Deploy doxygen doc to github page.

hiergaut commented 5 months ago

@nmellado ready to merge

nmellado commented 5 months ago

The added make doxygen happy, but do not add any meaningful content. Also, I still see methods without comments in the files.

hiergaut commented 5 months ago

I am going to do a full doxygen revision next days ...

hiergaut commented 5 months ago

waiting for #22 merged

hiergaut commented 5 months ago

I have some stuff to do (in code), coming soon.

hiergaut commented 5 months ago
 /usr/bin/git push origin gh-pages
 remote: Permission to T-PLAY/hub.git denied to github-actions[bot].
 fatal: unable to access 'https://github.com/T-PLAY/hub.git/': The requested URL returned error: 403
 Error: Action failed with "The process '/usr/bin/git' failed with exit code 128" 

Unable to push to git page, can you specify me, what is the github page url please ?

hiergaut commented 4 months ago

Ok thanks for the help. I did some code refactor to fix doxygen because of some weird stuff like bad includes etc. I moved any stl implement (C++11, C++14) to external folder because I didn't want to document this code. @nmellado ready for review

nmellado commented 4 months ago

The action do not find the doc files https://github.com/T-PLAY/hub/actions/runs/8567529175/job/23479489255?pr=20#step:6:873 can you have a look ?

hiergaut commented 4 months ago

@nmellado ready to merge for me