Implement rclcpp-specific logging macros [taking name not object] (#389)
This commit is contained in:
parent
989084b3de
commit
24f39700c6
7 changed files with 299 additions and 3 deletions
|
@ -4,7 +4,12 @@ PROJECT_NAME = "rclcpp"
|
|||
PROJECT_NUMBER = master
|
||||
PROJECT_BRIEF = "C++ ROS Client Library API"
|
||||
|
||||
# Use these lines to include the generated logging.hpp (update install path if needed)
|
||||
#INPUT = ../../../../install_isolated/rclcpp/include
|
||||
#STRIP_FROM_PATH = /Users/william/ros2_ws/install_isolated/rclcpp/include
|
||||
# Otherwise just generate for the local (non-generated header files)
|
||||
INPUT = ./include
|
||||
|
||||
RECURSIVE = YES
|
||||
OUTPUT_DIRECTORY = doc_output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue