libmemunreachable: fix docs formatting.

Bug: N/A
Test: gittiles
Change-Id: I59e7d22562cffa4e4a3c2a186523ae0f15623950
This commit is contained in:
Elliott Hughes 2018-05-30 10:53:46 -07:00
parent d580c441ab
commit 1c1b6a0cdb

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)` ####