make/Javadoc.gmk
changeset 42851 72e5b4fb1e1b
parent 42539 d706d00a2719
child 43044 6ff517127736
equal deleted inserted replaced
42850:2dd56b699827 42851:72e5b4fb1e1b
   146 # Arguments:
   146 # Arguments:
   147 # arg 1: first copyright year
   147 # arg 1: first copyright year
   148 # arg 2: copyright url (optional)
   148 # arg 2: copyright url (optional)
   149 # arg 3: free-form text snippet (optional)
   149 # arg 3: free-form text snippet (optional)
   150 define GenerateBottom
   150 define GenerateBottom
   151   <font size="-1">$(if $(strip $3), $(strip $3))<br> $(if \
   151   <span style="font-size:smaller">$(if $(strip $3), $(strip $3))<br> $(if \
   152       $(strip $2),<a href="$(strip $2)">Copyright</a>,Copyright) \
   152       $(strip $2),<a href="$(strip $2)">Copyright</a>,Copyright) \
   153       &copy; $(strip $1), $(COPYRIGHT_YEAR), $(FULL_COMPANY_NAME). \
   153       &copy; $(strip $1), $(COPYRIGHT_YEAR), $(FULL_COMPANY_NAME). \
   154       $(COMPANY_ADDRESS). All rights reserved.</font>
   154       $(COMPANY_ADDRESS). All rights reserved.</span>
   155 endef
   155 endef
   156 
   156 
   157 # Speed up finding by filling cache
   157 # Speed up finding by filling cache
   158 $(eval $(call FillCacheFind, $(wildcard $(JAVADOC_SOURCE_DIRS))))
   158 $(eval $(call FillCacheFind, $(wildcard $(JAVADOC_SOURCE_DIRS))))
   159 
   159