164 # directory we would use this: |
164 # directory we would use this: |
165 JDKJRE2COREAPI = ../../api |
165 JDKJRE2COREAPI = ../../api |
166 |
166 |
167 # Common bottom argument |
167 # Common bottom argument |
168 define CommonBottom # year |
168 define CommonBottom # year |
169 <font size=\"-1\"><p> $(call CopyrightLine,,$1,)</font> |
169 <font size=\"-1\"><br> $(call CopyrightLine,,$1,)</font> |
170 endef |
170 endef |
171 |
171 |
172 # Common trademark bottom argument (Not sure why this is used sometimes) |
172 # Common trademark bottom argument (Not sure why this is used sometimes) |
173 define CommonTrademarkBottom # year |
173 define CommonTrademarkBottom # year |
174 <font size=\"-1\">\ |
174 <font size=\"-1\">\ |
181 COREAPI_BOTTOM = <font size=\"-1\"> $(BUG_SUBMIT_LINE)\ |
181 COREAPI_BOTTOM = <font size=\"-1\"> $(BUG_SUBMIT_LINE)\ |
182 <br>For further API reference and developer documentation, \ |
182 <br>For further API reference and developer documentation, \ |
183 see <a href=\"$(DEV_DOCS_URL)\" target=\"_blank\">Java SE Documentation</a>. \ |
183 see <a href=\"$(DEV_DOCS_URL)\" target=\"_blank\">Java SE Documentation</a>. \ |
184 That documentation contains more detailed, developer-targeted descriptions, \ |
184 That documentation contains more detailed, developer-targeted descriptions, \ |
185 with conceptual overviews, definitions of terms, workarounds, \ |
185 with conceptual overviews, definitions of terms, workarounds, \ |
186 and working code examples.<p>\ |
186 and working code examples.<br>\ |
187 $(call CopyrightLine,$(COPYRIGHT_URL),$(FIRST_COPYRIGHT_YEAR),)\ |
187 $(call CopyrightLine,$(COPYRIGHT_URL),$(FIRST_COPYRIGHT_YEAR),)\ |
188 </font> |
188 </font> |
189 |
189 |
190 # Common javadoc options used by all |
190 # Common javadoc options used by all |
191 COMMON_JAVADOCFLAGS = \ |
191 COMMON_JAVADOCFLAGS = \ |