make/Javadoc.gmk

Print this page




  97 define CopyrightLine # optionalurl optionalfirstyear optionaladdress
  98 $(if $(strip $1),<a href="$(strip $1)">Copyright</a>,Copyright) \
  99 $(COPYRIGHT_SYMBOL) $(if $2,$2${COMMA},) $(COPYRIGHT_YEAR),\
 100 $(FULL_COMPANY_NAME). $3 All rights reserved.
 101 endef
 102 
 103 # Url to root of documents
 104 DOCSDIR_URL = {@docroot}/$(GET2DOCSDIR)
 105 
 106 # Url to copyright html file
 107 COPYRIGHT_URL = $(DOCSDIR_URL)/legal/cpyr.html
 108 
 109 # Url to bug filing site
 110 BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/
 111 
 112 # Common line for how to submit a bug or rfe
 113 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
 114 
 115 # Url to devdocs page
 116 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
 117 DEV_DOCS_URL-7 = http://download.oracle.com/javase/7/docs/index.html
 118 DEV_DOCS_URL-8 = http://download.oracle.com/javase/8/docs/index.html
 119 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 120 DOCS_BASE_URL = http://download.oracle.com/javase/7/docs
 121 
 122 # Common Java trademark line
 123 JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \
 124 $(FULL_COMPANY_NAME) in the US and other countries.
 125 
 126 #################################################################
 127 # Macros:
 128 
 129 
 130 # List of all possible directories for javadoc to look for sources
 131 # NOTE: Quotes are required around sourcepath argument only on Windows.
 132 # Otherwise, you get "No packages or classes specified." due
 133 # to $(PATH_SEP) being interpreted as an end of
 134 # command (newline or shell ; character)
 135 ALL_SOURCE_DIRS = $(JDK_SHARE_CLASSES) \
 136     $(JDK_IMPSRC) \
 137     $(JDK_GENSRC) \
 138     $(JDK_OUTPUTDIR)/gendocsrc_rmic \
 139     $(JDK_TOPDIR)/src/solaris/classes \
 140     $(JDK_TOPDIR)/src/windows/classes \




  97 define CopyrightLine # optionalurl optionalfirstyear optionaladdress
  98 $(if $(strip $1),<a href="$(strip $1)">Copyright</a>,Copyright) \
  99 $(COPYRIGHT_SYMBOL) $(if $2,$2${COMMA},) $(COPYRIGHT_YEAR),\
 100 $(FULL_COMPANY_NAME). $3 All rights reserved.
 101 endef
 102 
 103 # Url to root of documents
 104 DOCSDIR_URL = {@docroot}/$(GET2DOCSDIR)
 105 
 106 # Url to copyright html file
 107 COPYRIGHT_URL = $(DOCSDIR_URL)/legal/cpyr.html
 108 
 109 # Url to bug filing site
 110 BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/
 111 
 112 # Common line for how to submit a bug or rfe
 113 BUG_SUBMIT_LINE = <a href="$(BUG_SUBMIT_URL)">Submit a bug or feature</a>
 114 
 115 # Url to devdocs page
 116 # Was: http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html
 117 DEV_DOCS_URL-7 = https://docs.oracle.com/javase/7/docs/index.html
 118 DEV_DOCS_URL-8 = https://docs.oracle.com/javase/8/docs/index.html
 119 DEV_DOCS_URL = $(DEV_DOCS_URL-$(JDK_MINOR_VERSION))
 120 DOCS_BASE_URL = https://docs.oracle.com/javase/7/docs
 121 
 122 # Common Java trademark line
 123 JAVA_TRADEMARK_LINE = Java is a trademark or registered trademark of \
 124 $(FULL_COMPANY_NAME) in the US and other countries.
 125 
 126 #################################################################
 127 # Macros:
 128 
 129 
 130 # List of all possible directories for javadoc to look for sources
 131 # NOTE: Quotes are required around sourcepath argument only on Windows.
 132 # Otherwise, you get "No packages or classes specified." due
 133 # to $(PATH_SEP) being interpreted as an end of
 134 # command (newline or shell ; character)
 135 ALL_SOURCE_DIRS = $(JDK_SHARE_CLASSES) \
 136     $(JDK_IMPSRC) \
 137     $(JDK_GENSRC) \
 138     $(JDK_OUTPUTDIR)/gendocsrc_rmic \
 139     $(JDK_TOPDIR)/src/solaris/classes \
 140     $(JDK_TOPDIR)/src/windows/classes \