UNPKG

gen-jhipster

Version:

Spring Boot + Angular/React/Vue in one handy generator

10 lines (9 loc) 380 B
/** * Convert passed block of string to javadoc formatted string. * * @param text text to convert to javadoc format * @param indentSize indent size (default 0) * @returns javadoc formatted string */ export declare const formatDocAsJavaDoc: (text: string, indentSize?: number) => string; export declare const formatDocAsApiDescription: (text?: string) => string | undefined;