Package org.openquark.cal.caldoc.CALDocToHTMLUtilities

Examples of org.openquark.cal.caldoc.CALDocToHTMLUtilities.SingleTextBlockContent


     * @param textBlock the CALDoc text block for the attribute block. Can be null
     * @param referenceGenerator the reference generator to use for generating cross references.
     * @param generateEvenIfEmpty to generate the attribute block even when it is empty.
     */
    private void generateHTMLForAttribute(StyleClass styleClass, String header, String metadataValue, CALDocComment.TextBlock textBlock, ReferenceGenerator referenceGenerator, boolean generateEvenIfEmpty) {
        generateHTMLForAttribute(styleClass, header, metadataValue, new SingleTextBlockContent(textBlock, StyleClassConstants.CODE_BLOCK, CODE_FORMATTING_TAG), referenceGenerator, generateEvenIfEmpty);
    }
View Full Code Here

TOP

Related Classes of org.openquark.cal.caldoc.CALDocToHTMLUtilities.SingleTextBlockContent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.