Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
osubboo committed Jun 28, 2024
1 parent 196c09c commit a2b7d06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion groups/bal/balcl/balcl_commandline.h
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ BSLS_IDENT("$Id: $")
// supplying the string to the shell (e.g., avoiding "C:\\\\file\\ name\\ 1").
//
///Example 4: Option Constraints
// - - - - - - - - - - - - - - -
///- - - - - - - - - - - - - - -
// Suppose, we are again implementing 'mysort', and we want to introduce some
// constraints on the values supplied for the variables. In this example, we
// will ensure that the supplied input files exist and are not directories, and
Expand Down
2 changes: 1 addition & 1 deletion groups/bal/baljsn/baljsn_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ BSLS_IDENT("$Id: $")
// allowUnescapedControlCharacters() == false;
//..
// See also {'bdljsn_tokenizer'|Strict Conformance}.
///
//
///Usage
///-----
// This section illustrates intended use of this component.
Expand Down
4 changes: 2 additions & 2 deletions groups/bdl/bdlat/bdlat_arrayfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ BSLS_IDENT("$Id: $")
// overloads of the required functions and meta-function specializations.
//
///Usage
//------
///-----
// The following code illustrate the usage of this component.
//
///Example 1: Defining an "Array" Type
// - - - - - - - - - - - - - - - - - -
///- - - - - - - - - - - - - - - - - -
// Suppose you had a type, 'mine::MyIntArray', that provides the essential
// features of an "array" type.
//..
Expand Down
2 changes: 1 addition & 1 deletion groups/bdl/bdlb/bdlb_stringrefutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BSLS_IDENT("$Id: $")
// This section illustrates the intended use of this component.
//
///Example 1: Trimming Whitespace
//- - - - - - - - - - - - - - - -
/// - - - - - - - - - - - - - - -
// Many applications must normalize user input by removing leading and trailing
// whitespace characters to obtain the essential text that is the intended
// input. Naturally, one would prefer to do this as efficiently as possible.
Expand Down

0 comments on commit a2b7d06

Please sign in to comment.