nl.talsmasoftware.umldoclet.UMLDoclet.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of umldoclet Show documentation
Show all versions of umldoclet Show documentation
Doclet for the JavaDoc tool that generates UML diagrams from the code.
# Build information
build.timestamp=${build.timestamp}
build.revision=${git.revision}
doclet.version=${project.version}
# Messages
doclet.copyright=UML Doclet (C) Copyright Talsma ICT, version: {0}.
doclet.uml.footer=UMLDoclet {0}, PlantUML {1}
plantuml.copyright=This software uses PlantUML (C) Copyright Arnaud Roques, version: {0}.
debug.configured.image.formats=Configured image formats to generate: {0}.
debug.skipping.file=Skipping {0}...
debug.renamed.file.from=Replacing {0} by {1}.
debug.copied.file.from=Moved file {0} from {1}.
debug.cannot.read.element.list=Cannot read element list: \"{0}\".
debug.live.package.url.not.found=Live package documentation not found: {0}.
info.generating.file=Generating {0}...
info.add.diagram.to.file=Add UML to {0}...
warning.unrecognized.image.format=Unrecognized image format: \"{0}\".
warning.cannot.read.package.list=Cannot read package list: \"{0}\".
error.unanticipated.error.generating.uml=Unanticipated error generating UML: {0}
error.unanticipated.error.generating.diagrams=Unanticipated error generating diagrams: {0}
error.unanticipated.error.postprocessing.html=Unanticipated error post-processing HTML: {0}
# Usage
doclet.usage.quiet.description=Do not display status messages
doclet.usage.verbose.description=Output messages about what Javadoc is doing
doclet.usage.d.description=Destination directory for output files
doclet.usage.d.parameters=
doclet.usage.createpumlfiles.description=Create PlantUML '.puml' files
doclet.usage.umlimagedirectory.description=Custom directory for UML diagram images
doclet.usage.umlimagedirectory.parameters=
doclet.usage.umlimageformat.description=Image format for UML diagrams (defaults to svg)
doclet.usage.umlimageformat.parameters=(svg|png|eps|none)
doclet.usage.umlencoding.description=Explicit encoding for PlantUML files
doclet.usage.umlencoding.parameters=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy