Skip to content

Commit f9fb192

Browse files
committed
Updated javadoc branding in build.xml
- Window title as it appears in a browser tab changed to "WorldWindJava API". - JavaDoc document title on overview page changed to "NASA WorldWind Java-Community Edition" - JavaDoc headers at top of docs changed to "NASA WorldWind-CE" - Previous values were "NASA WorldWind" for all.
1 parent 7c9a3ae commit f9fb192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<javadoc destdir="${worldwind.doc.dir}/javadoc"
8888
overview="${worldwind.src.dir}/overview.html"
8989
encoding="UTF-8"
90-
windowtitle="NASA WorldWind" doctitle="NASA WorldWind" header="NASA WorldWind"
90+
windowtitle="WorldWindJava API" doctitle="NASA WorldWind Java-Community Edition" header="NASA WorldWind-CE"
9191
splitindex="true" protected="true" nodeprecated="true" version="false" author="false" use="true"
9292
maxmemory="1024m">
9393
<packageset dir="${worldwind.src.dir}" defaultexcludes="yes">

0 commit comments

Comments
 (0)