|
# Defines the title on the title page. |
|
api.title=PDF Doclet - export JavaDoc in PDF |
|
|
|
# Defines the author text on the title page. |
|
api.author=Aldo D'Aquino |
|
|
|
# Prints @author tags if set to "yes". |
|
tag.author=yes |
|
|
|
# Prints @version tags if set to "yes". |
|
tag.version=yes |
|
|
|
# Prints @since tags if set to "yes". |
|
tag.since=yes |
|
|
|
# Show the Summary Tables if set to "yes". |
|
summary.table=yes |
|
|
|
# Encrypts the document if set to "yes". |
|
encrypted=yes |
|
|
|
# The following property is ignored |
|
# if "encrypted" is not set to yes. |
|
allow.printing=yes |
|
|
|
# Creates hyperlinks if set to "yes". |
|
# For print documents, use "no", so |
|
# there will be no underscores. |
|
create.links=yes |
|
|
|
# Creates an alphabetical index of all |
|
# classes and members at the end of the |
|
# document if set to "yes". |
|
create.index=yes |
|
|
|
# Creates a navigation frame (or PDF |
|
# outline tree) if set to "yes". |
|
create.frame=yes |
|
|
|
# Creates a title page at the beginning |
|
# of the document if set to "yes". |
|
api.title.page=yes |
|
|
|
# Defines packages whose classes should not |
|
# be printed fully qualified. For example, every |
|
# Java developer probably knows that "String" is in |
|
# the "java.lang" package, so instead of wasting |
|
# page spage, just get rid of that package qualifier: |
|
# dontspec=java.lang |
|
dontspec=java.lang,java.io,java.util |