cdc.mf.html.MfHtmlGenerationHint Maven / Gradle / Ivy
package cdc.mf.html;
/**
* Enumeration of hints used for HTML/PlantUML generation.
*/
public enum MfHtmlGenerationHint {
/** Force image generation, even if intermediate file has not changed. */
FORCE,
/** Use threads. */
PARALLEL,
/** Use short names for files and directories. */
FLAT_DIRS,
/** Generate a single page document. */
SINGLE_PAGE,
IMG_PACKAGE_OVERVIEW_SHOW_EXTERNAL_IMPLEMENTATIONS,
/** Use colors in images. */
IMG_COLORS,
/** Generate shadows in images. */
IMG_SHADOWS,
/** Generate SVG images instead of PNG ones. */
IMG_SVG,
/** Show element identifiers. */
SHOW_IDS,
/** Show non navigable tips in usage. */
SHOW_NON_NAVIGABLE_TIPS,
/** Sort tags. */
SORT_TAGS,
/** Fail in case of error. */
FAIL,
/** Be verbose. */
VERBOSE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy