Skip to content

Commit

Permalink
LRDOCS-2166 Rename to portal-service and portal-impl APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Hinkey committed Feb 6, 2016
1 parent e2efd1b commit 27e0baf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.xml
Expand Up @@ -607,7 +607,7 @@
breakiterator="yes"
classpathref="project.classpath"
destdir="${doc.java.dir}"
doctitle="Liferay ${lp.version} Public API Documentation"
doctitle="Liferay ${lp.version} portal-service API Documentation"
encoding="UTF-8"
header="<b>Liferay ${lp.version}</b>"
maxmemory="2048m"
Expand All @@ -616,7 +616,7 @@
stylesheetfile="${project.dir}/tools/javadoc.css"
useexternalfile="yes"
use="yes"
windowtitle="Liferay ${lp.version} API"
windowtitle="Liferay ${lp.version} portal-service API"
>
<doclet name="com.liferay.tools.doclets.standard.Standard" path="${project.dir}/lib/development/liferay-doclet.jar">
<param name="-linksource" />
Expand Down Expand Up @@ -651,7 +651,7 @@
breakiterator="yes"
classpathref="project.classpath"
destdir="${doc.java.dir}"
doctitle="Liferay ${lp.version} Internal API Documentation"
doctitle="Liferay ${lp.version} portal-impl API Documentation"
encoding="UTF-8"
header="&lt;b&gt;Liferay ${lp.version}&lt;/b&gt;"
maxmemory="2048m"
Expand All @@ -660,7 +660,7 @@
stylesheetfile="${project.dir}/tools/javadoc.css"
useexternalfile="yes"
use="yes"
windowtitle="Liferay ${lp.version} Internal API"
windowtitle="Liferay ${lp.version} portal-impl API"
>
<doclet name="com.liferay.tools.doclets.standard.Standard" path="${project.dir}/lib/development/liferay-doclet.jar">
<param name="-linksource" />
Expand Down
2 changes: 1 addition & 1 deletion portal-impl/src/portal-impl-overview.html
Expand Up @@ -17,7 +17,7 @@
<html>
<body>
<p>
The Liferay internal API reference documentation describes all the classes in the Liferay core, and is primarily intended for understanding or contributing to Liferay. Many of the classes referenced in this documentation should not be referenced directly from applications. Please refer to the <a href="../javadocs" title="public API">public API</a> reference documentation when developing applications.<br>
The portal-impl API reference documentation describes Liferay core classes, and is primarily intended for understanding or contributing to Liferay. Many of the classes referenced in this documentation should not be referenced directly from applications. Please refer to the <a href="../javadocs" title="public API">public API</a> reference documentation when developing applications.<br>
<br>
Please note that the learning paths and tutorials in the <a href="https://dev.liferay.com/develop" title="developer">developer</a> section of the <a href="https://dev.liferay.com" title="Liferay Developer Network">Liferay Developer Network</a> provide the best resources to guide you in consuming Liferay services and customizing Liferay. In addition, the Developer Network&#39;s <a href="https://dev.liferay.com/participate" title="community">community</a> section provides community resources and explains how you can participate in the Liferay Community.
</p>
Expand Down
2 changes: 1 addition & 1 deletion portal-service/src/portal-service-overview.html
Expand Up @@ -17,7 +17,7 @@
<html>
<body>
<p>
The Liferay public API reference documentation describes packages and classes for you to use as you develop applications on the Liferay platform.<br>
The portal-service API reference documentation describes packages and classes for you to use as you develop applications on the Liferay platform.<br>
<br>
Please note that the learning paths and tutorials in the <a href="https://dev.liferay.com/develop" title="developer">developer</a> section of the <a href="https://dev.liferay.com" title="Liferay Developer Network">Liferay Developer Network</a> provide the best resources to guide you in consuming Liferay services and customizing Liferay. In addition to this, the Developer Network&#39;s <a href="https://dev.liferay.com/participate" title="community">community</a> section provides community resources and explains how you can participate in the Liferay Community.
</p>
Expand Down

0 comments on commit 27e0baf

Please sign in to comment.