Skip to content

Commit

Permalink
Fixing up documentation build when using rosdoc2 (#344)
Browse files Browse the repository at this point in the history
* @file -> \file

Signed-off-by: William Woodall <[email protected]>

* exclude all stdatomic_helper files to avoid breathe/exhale parsing issues

Signed-off-by: William Woodall <[email protected]>
  • Loading branch information
wjwwood authored Aug 9, 2021
1 parent 9d46b79 commit 304e143
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 27 deletions.
1 change: 1 addition & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PROJECT_BRIEF = "C API providing common utilities and data structures."
#STRIP_FROM_PATH = /Users/william/ros2_ws/install_isolated/rcutils/include
# Otherwise just generate for the local (non-generated header files)
INPUT = README.md ./include
EXCLUDE_PATTERNS = */stdatomic_helper/*
USE_MDFILE_AS_MAINPAGE = README.md
RECURSIVE = YES
OUTPUT_DIRECTORY = doc_output
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__ALLOCATOR_H_
#define RCUTILS__ALLOCATOR_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/cmdline_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__CMDLINE_PARSER_H_
#define RCUTILS__CMDLINE_PARSER_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__ENV_H_
#define RCUTILS__ENV_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/error_handling.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__ERROR_HANDLING_H_
#define RCUTILS__ERROR_HANDLING_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__FILESYSTEM_H_
#define RCUTILS__FILESYSTEM_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/find.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__FIND_H_
#define RCUTILS__FIND_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/get_env.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__GET_ENV_H_
#define RCUTILS__GET_ENV_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/isalnum_no_locale.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__ISALNUM_NO_LOCALE_H_
#define RCUTILS__ISALNUM_NO_LOCALE_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__LOGGING_H_
#define RCUTILS__LOGGING_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__MACROS_H_
#define RCUTILS__MACROS_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/process.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__PROCESS_H_
#define RCUTILS__PROCESS_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/qsort.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__QSORT_H_
#define RCUTILS__QSORT_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/repl_str.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// It has been modified to take a custom allocator and to fit some of our
// style standards.

/// @file
/// \file

#ifndef RCUTILS__REPL_STR_H_
#define RCUTILS__REPL_STR_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/shared_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__SHARED_LIBRARY_H_
#define RCUTILS__SHARED_LIBRARY_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/snprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__SNPRINTF_H_
#define RCUTILS__SNPRINTF_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/split.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__SPLIT_H_
#define RCUTILS__SPLIT_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/strcasecmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__STRCASECMP_H_
#define RCUTILS__STRCASECMP_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/strdup.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__STRDUP_H_
#define RCUTILS__STRDUP_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/strerror.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__STRERROR_H_
#define RCUTILS__STRERROR_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TIME_H_
#define RCUTILS__TIME_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/array_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__ARRAY_LIST_H_
#define RCUTILS__TYPES__ARRAY_LIST_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/char_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__CHAR_ARRAY_H_
#define RCUTILS__TYPES__CHAR_ARRAY_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/hash_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__HASH_MAP_H_
#define RCUTILS__TYPES__HASH_MAP_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/rcutils_ret.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__RCUTILS_RET_H_
#define RCUTILS__TYPES__RCUTILS_RET_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/string_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__STRING_ARRAY_H_
#define RCUTILS__TYPES__STRING_ARRAY_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/string_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__STRING_MAP_H_
#define RCUTILS__TYPES__STRING_MAP_H_
Expand Down
2 changes: 1 addition & 1 deletion include/rcutils/types/uint8_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/// @file
/// \file

#ifndef RCUTILS__TYPES__UINT8_ARRAY_H_
#define RCUTILS__TYPES__UINT8_ARRAY_H_
Expand Down

0 comments on commit 304e143

Please sign in to comment.