Skip to content

Commit

Permalink
Merge pull request #5023 from rkhlebnikov/main
Browse files Browse the repository at this point in the history
fix incorrect markdown changes
  • Loading branch information
cppguru authored and GitHub Enterprise committed Oct 16, 2024
2 parents e9d4b76 + 8977700 commit 31f6d4f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion groups/bsl/bslma/bslma_allocatoradaptor.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ enum { VERBOSE_ARG_NUM = 2, VERY_VERBOSE_ARG_NUM, VERY_VERY_VERBOSE_ARG_NUM };

bslma::Allocator *getAllocator() const { return d_allocator; }

// ```.
// ...
};

} // close namespace my
Expand Down
2 changes: 1 addition & 1 deletion groups/bsl/bslmf/bslmf_istriviallycopyable.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int main(int argc, char *argv[])
// };
//
// struct MyNonTriviallyCopyableType {
// // ```.
// // ...
// };
// ```
// Then, since user-defined types cannot be automatically evaluated by
Expand Down
4 changes: 2 additions & 2 deletions groups/bsl/bsls/bsls_deprecatefeature.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ class Date {
BSLS_DEPRECATE_FEATURE("bde", "bdec_queue", "Use bsl::queue instead")
//

/// ```.
/// ...
class BDEC_QUEUE_DEPRECATE bdec_Queue {
};
//

/// ```.
/// ...
class BDEC_QUEUE_DEPRECATE bdec_QueueIterator {
};
// ```
Expand Down
2 changes: 1 addition & 1 deletion groups/bsl/bsls/bsls_exceptionutil.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ const char *CustomException::what() const BSLS_EXCEPTION_VIRTUAL_NOTHROW

typedef typename ALLOCATOR::size_type size_type;

// ```.
// ...
// ```
// Then, we define the `at` method, which is required to throw an
// `out_of_range` exception.
Expand Down
2 changes: 1 addition & 1 deletion groups/bsl/bsls/bsls_fuzztest.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void triggerAssertionInDifferentComponent()
#ifndef BDE_ACTIVATE_FUZZ_TESTING // ADDED
BSLS_PRECONDITIONS_END_IMP(); // ADDED
#endif // ADDED
// ```.
// ...
}
};
// ```
Expand Down

0 comments on commit 31f6d4f

Please sign in to comment.