OSDN Git Service

docs: Fixed extra slash in pathname
authorEric Schmidt <erschmid@google.com>
Mon, 8 Feb 2016 21:11:05 +0000 (13:11 -0800)
committerEric Schmidt <erschmid@google.com>
Wed, 17 Feb 2016 21:14:53 +0000 (13:14 -0800)
Bug: 25103994
Change-Id: I89aaf3d7d63de989b8adbcf0306f5dc5f415e98d

docs/html/tools/projects/index.jd

index 6672bb1..344e844 100644 (file)
@@ -176,8 +176,9 @@ project and override similar module file settings.</p>
     <dt><code>src/</code></dt>
 
     <dd>Contains your stub Activity file, which is stored at
-    <code>src<em>/main/java/<namespace.applicationname>/ActivityName></em>.java</code>. All other source
-    code files (such as <code>.java</code> or <code>.aidl</code> files) go here as well.</dd>
+    <code>src<em>/main/java/&lt;namespace.appname&gt;/&lt;ActivityName&gt;</em>.java</code>. All
+    other source code files (such as <code>.java</code> or <code>.aidl</code> files) go here as
+    well.</dd>
 
      <dl>
        <dt><code>androidTest/</code></dt>
@@ -185,7 +186,7 @@ project and override similar module file settings.</p>
        <dd>Contains the instrumentation tests. For more information, see the
        <a href="{@docRoot}tools/testing/index.html">Android Test documentation</a>.</dd>
 
-       <dt><code>main/java/com.&gt;project&lt;.&gt;app&lt;</code></dt>
+       <dt><code>main/java/com.&lt;project&gt;.&lt;app&gt;</code></dt>
 
        <dd>Contains Java code source for the app activities.</dd>