[lldb] Correct some uses of \b in Doxygen documentation
authorDavid Spickett <david.spickett@linaro.org>
Wed, 26 Jan 2022 13:35:47 +0000 (13:35 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Wed, 26 Jan 2022 14:05:58 +0000 (14:05 +0000)
lldb/include/lldb/Breakpoint/BreakpointOptions.h
lldb/include/lldb/Interpreter/Options.h
lldb/include/lldb/Symbol/CompileUnit.h
lldb/include/lldb/Target/Process.h
lldb/include/lldb/Target/Target.h

index ec39c97..c245602 100644 (file)
@@ -194,8 +194,8 @@ public:
   ///    The commands will be appended to this list.
   ///
   /// \return
-  ///    \btrue if the command callback is a command-line callback,
-  ///    \bfalse otherwise.
+  ///    \b true if the command callback is a command-line callback,
+  ///    \b false otherwise.
   bool GetCommandLineCallbacks(StringList &command_list);
 
   /// Remove the callback from this option set.
index 6bf5c21..5899a9e 100644 (file)
@@ -169,7 +169,7 @@ public:
   /// user wants returned.
   ///
   /// \return
-  ///     \btrue if we were in an option, \bfalse otherwise.
+  ///     \b true if we were in an option, \b false otherwise.
   bool HandleOptionCompletion(lldb_private::CompletionRequest &request,
                               OptionElementVector &option_map,
                               CommandInterpreter &interpreter);
index 34e34e5..44e1d67 100644 (file)
@@ -208,9 +208,9 @@ public:
   ///     unit file.
   ///
   /// \param[in] exact
-  ///     If \btrue match only if there is a line table entry for this line
+  ///     If \b true match only if there is a line table entry for this line
   ///     number.
-  ///     If \bfalse, find the line table entry equal to or after this line
+  ///     If \b false, find the line table entry equal to or after this line
   ///     number.
   ///
   /// \param[out] line_entry
index 255a8b4..12ed1e0 100644 (file)
@@ -1884,7 +1884,7 @@ public:
   ///     want to deallocate.
   ///
   /// \return
-  ///     \btrue if the memory was deallocated, \bfalse otherwise.
+  ///     \b true if the memory was deallocated, \b false otherwise.
   virtual Status DoDeallocateMemory(lldb::addr_t ptr) {
     Status error;
     error.SetErrorStringWithFormatv(
@@ -1903,7 +1903,7 @@ public:
   ///     want to deallocate.
   ///
   /// \return
-  ///     \btrue if the memory was deallocated, \bfalse otherwise.
+  ///     \b true if the memory was deallocated, \b false otherwise.
   Status DeallocateMemory(lldb::addr_t ptr);
 
   /// Get any available STDOUT.
index b85839c..2c8b36d 100644 (file)
@@ -991,7 +991,7 @@ public:
   ///     manually set following this function call).
   ///
   /// \return
-  ///     \b true if the architecture was successfully set, \bfalse otherwise.
+  ///     \b true if the architecture was successfully set, \b false otherwise.
   bool SetArchitecture(const ArchSpec &arch_spec, bool set_platform = false);
 
   bool MergeArchitecture(const ArchSpec &arch_spec);