-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sangtaek Lee <[email protected]>
- Loading branch information
1 parent
a2283ab
commit 697d7dd
Showing
7 changed files
with
140 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_compression" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "Compression implementations for rosbag2 bags and messages" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_compression_zstd" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "Zstandard compression library implementation of rosbag2_compression" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_cpp" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "C++ ROSBag2 client library" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_storage" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "ROS2 independent storage format to store serialized ROS2 messages" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_storage_mcap" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "rosbag2 storage plugin using the MCAP file format" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_storage_sqlite3" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "ROSBag2 SQLite3 storage plugin" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# All settings not listed here will use the Doxygen default values. | ||
|
||
PROJECT_NAME = "rosbag2_transport" | ||
PROJECT_NUMBER = rolling | ||
PROJECT_BRIEF = "Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware" | ||
|
||
INPUT = ./include | ||
|
||
RECURSIVE = YES | ||
OUTPUT_DIRECTORY = doc_output | ||
|
||
EXTRACT_ALL = YES | ||
SORT_MEMBER_DOCS = NO | ||
|
||
GENERATE_LATEX = NO | ||
|
||
ENABLE_PREPROCESSING = YES | ||
MACRO_EXPANSION = YES | ||
EXPAND_ONLY_PREDEF = YES | ||
PREDEFINED = ROSBAG2_TRANSPORT_PUBLIC= |