From 3f16b561a68fdb1eaa865501420c9b87b44809ae Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 23 Jul 2015 15:04:50 +0000 Subject: Minor documentation fixes. Make sidebar navigation look more consistent. -- MOS_MIGRATED_REVID=98934930 --- site/docs/cpp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/docs/cpp.md') diff --git a/site/docs/cpp.md b/site/docs/cpp.md index 4ce0374e11..8f8900dcda 100644 --- a/site/docs/cpp.md +++ b/site/docs/cpp.md @@ -112,8 +112,8 @@ cc_library( ) ``` -This expresses that the "sandwich" library depends on the "bread" library, -which depends on the "flour" library. +This expresses that the `sandwich` library depends on the `bread` library, +which depends on the `flour` library. Adding include paths -------------------- @@ -177,7 +177,7 @@ more complicated: link errors for duplicate symbols. * It uses header files that relative to the `gtest-1.7.0/include/` directory (`"gtest/gtest.h"`), so we must add that directory the includes. -* It uses "private" header files in src/, so we add "." to the includes so it +* It uses "private" header files in `src/`, so we add `.` to the includes so it can `#include "src/gtest-internal-inl.h"`. * It needs to link in pthread, so we add that as a `linkopt`. -- cgit v1.2.3