Skip to content

Commit

Permalink
Misc Documentation fixes for 23.03 (nv-morpheus#840)
Browse files Browse the repository at this point in the history
* Fix accidental parsing of license headers (fixes nv-morpheus#837 )
* Exclude auto-generated namespaces prefixed with '@' from doxygen (fixes nv-morpheus#836)
* Fix documentation for `CHECK_TRITON` and `CHECK_KAFKA` macros (fixes nv-morpheus#835)

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Pete MacKinnon (https://github.com/pdmack)
  - Devin Robison (https://github.com/drobison00)

URL: nv-morpheus#840
  • Loading branch information
dagardner-nv authored Apr 4, 2023
1 parent 57d0c83 commit 6c9aa15
Show file tree
Hide file tree
Showing 122 changed files with 148 additions and 127 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
BUILTIN_STL_SUPPORT = YES
DOT_IMAGE_FORMAT = svg
EXCLUDE_PATTERNS = */tests/* */include/nvtext/* */__pycache__/*
EXCLUDE_SYMBOLS = "@85" "cudf*" "py::literals" "RdKafka" "mrc*" "std*"
EXCLUDE_SYMBOLS = "@*" "cudf*" "py::literals" "RdKafka" "mrc*" "std*"
EXTENSION_MAPPING = cu=C++ cuh=C++
EXTRACT_ALL = YES
FILE_PATTERNS = *.c *.cc *.cpp *.h *.hpp *.cu *.cuh *.md
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/io/data_loader_registry.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/io/deserializers.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/io/serializers.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/messages/control.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/messages/meta.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/messages/multi.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/messages/multi_response.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/messages/multi_tensor.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
4 changes: 2 additions & 2 deletions morpheus/_lib/include/morpheus/modules/data_loader_module.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down Expand Up @@ -47,4 +47,4 @@ class DataLoaderModule : public mrc::modules::SegmentModule, public mrc::modules
DataLoader m_data_loader{};
};
#pragma GCC visibility pop
} // namespace morpheus
} // namespace morpheus
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/data_table.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/dev_mem_info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/dtype.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
4 changes: 2 additions & 2 deletions morpheus/_lib/include/morpheus/objects/factory_registry.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down Expand Up @@ -114,4 +114,4 @@ std::map<std::string, std::function<std::shared_ptr<ObjectReturnTypeT>(nlohmann:

#pragma GCC visibility pop

} // namespace morpheus
} // namespace morpheus
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/fiber_queue.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/file_types.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/filter_source.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/rmm_tensor.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/table_info.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/table_info_data.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/tensor.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/tensor_object.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/objects/wrapped_tensor.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/add_scores.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/deserialize.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/file_source.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/filter_detection.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/kafka_source.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/preallocate.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/preprocess_fil.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/preprocess_nlp.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/serialize.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/triton_inference.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/stages/write_to_file.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/types.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/cudf_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/cupy_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/matx_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/python_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/stage_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/string_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/table_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/utilities/tensor_util.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/src/io/data_loader.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
4 changes: 2 additions & 2 deletions morpheus/_lib/src/io/data_loader_registry.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down Expand Up @@ -71,4 +71,4 @@ void LoaderRegistryProxy::register_factory_cleanup_fn(const std::string& name)
}
}

} // namespace morpheus
} // namespace morpheus
2 changes: 1 addition & 1 deletion morpheus/_lib/src/io/deserializers.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/src/io/serializers.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
Expand Down
Loading

0 comments on commit 6c9aa15

Please sign in to comment.