Skip to content

Commit

Permalink
Get rid of some g3doc warnings.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=113782855
  • Loading branch information
Dave MacLachlan authored and davidzchen committed Feb 4, 2016
1 parent 84a0f8c commit 2f4d1c2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
3 changes: 1 addition & 2 deletions examples/cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
C++ Examples
============
# C++ Examples

These examples demonstrate building C++ binaries, libraries, and tests.
12 changes: 6 additions & 6 deletions examples/j2objc/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
J2ObjC Examples
======
# J2ObjC Examples

J2ObjC is an open-source tool that can transpile Java code to Objective-C code,
which can then be used by dependent Objective-C code. The J2ObjC repository can be found at
<https://github.com/google/j2objc>.
which can then be used by dependent Objective-C code. The J2ObjC repository can
be found at <https://github.com/google/j2objc>.

The example in this directory shows a simple use of J2Objc with a Java library and an iOS app.
The example in this directory shows a simple use of J2Objc with a Java library
and an iOS app.
Because it builds an iOS application it can only be run on Mac OSX.
Here, a java_library is transpiled to Objective-C via j2objc_library.
We can then have an objc_library call upon this library.
Expand All @@ -14,4 +14,4 @@ Build the top-level application with
`bazel build examples/j2objc:J2ObjcExample`, which when finished emits the
path to a generated .ipa which you can then install to your test device. The
same build will also emits the path to an Xcode project directory which you can
open to continue working with the application in Xcode.
open to continue working with the application in Xcode.
3 changes: 1 addition & 2 deletions examples/java-native/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Java Examples
=============
# Java Examples

This directory contains examples for Java language rules.
3 changes: 1 addition & 2 deletions examples/java-skylark/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Skylark Java Examples
=====================
# Skylark Java Examples

Use the native Java rules (see the examples in _examples/java-native_) for
building Java, not these. These files are examples of how Skylark rules can be
Expand Down
3 changes: 1 addition & 2 deletions examples/objc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Objective C Examples
======
# Objective C Examples

The example in this directory show typical use of Objective C libraries,
binaries and imports. Because they build an iOS application they can only be run
Expand Down

0 comments on commit 2f4d1c2

Please sign in to comment.