Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable EXTRACT_ALL in Doxyfile to display documentation #873

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rcl/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED += RCL_PUBLIC=
PREDEFINED += RCL_WARN_UNUSED=
EXTRACT_ALL = YES

# Uncomment to generate internal documentation.
ENABLED_SECTIONS = INTERNAL
Expand Down
1 change: 1 addition & 0 deletions rcl_action/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED += RCL_PUBLIC=
PREDEFINED += RCL_WARN_UNUSED=
EXTRACT_ALL = YES

# Uncomment to generate internal documentation.
ENABLED_SECTIONS = INTERNAL
Expand Down
1 change: 1 addition & 0 deletions rcl_lifecycle/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED += RCL_LIFECYCLE_PUBLIC=
EXTRACT_ALL = YES

# Tag files that do not exist will produce a warning and cross-project linking will not work.
TAGFILES += "../../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
Expand Down
1 change: 1 addition & 0 deletions rcl_yaml_param_parser/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
PREDEFINED += RCL_YAML_PARAM_PARSER_PUBLIC=
EXTRACT_ALL = YES

# Tag files that do not exist will produce a warning and cross-project linking will not work.
TAGFILES += "../../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
Expand Down