Merge "libmemunreachable: fix docs formatting."

This commit is contained in:
Treehugger Robot 2018-05-30 19:33:56 +00:00 committed by Gerrit Code Review
commit ce75e71252
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Returns `true` if no unreachable memory was found.
### C++ interface ###
####`bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100)`####
#### `bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100)` ####
Updates an `UnreachableMemoryInfo` object with information on leaks, including details on up to `limit` leaks. Returns true if leak detection succeeded.
#### `std::string GetUnreachableMemoryString(bool log_contents = false, size_t limit = 100)` ####