ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

Added Doxyfile #85

Closed ahcorde closed 4 years ago

ahcorde commented 4 years ago

We need to include the documentation of this package upstream to reach Quality Level 1

Just run to generate the documentation

doxygen Doxifile

Signed-off-by: ahcorde ahcorde@gmail.com

codecov-commenter commented 4 years ago

Codecov Report

Merging #85 into master will increase coverage by 33.33%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #85       +/-   ##
===========================================
+ Coverage   65.00%   98.33%   +33.33%     
===========================================
  Files           2        2               
  Lines          60       60               
===========================================
+ Hits           39       59       +20     
+ Misses         21        1       -20     
Impacted Files Coverage Δ
src/console.cpp 98.21% <0.00%> (+35.71%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3249f1d...f6e4d88. Read the comment docs.

ahcorde commented 4 years ago

friendly ping @scpeters

scpeters commented 4 years ago

sorry for the delay; I wanted to add CI for generating the doxygen, so I added a GitHub action for this; what do you think?

ahcorde commented 4 years ago

graphiz is not installed.

sh: 1: dot: not found
scpeters commented 4 years ago

graphiz is not installed.

sh: 1: dot: not found

f6e4d88