public abstract class A7_Frames_Doc extends Object
Collection of TA_Frame for resembling comments in various languages.
| Constructor and Description |
|---|
A7_Frames_Doc() |
| Modifier and Type | Method and Description |
|---|---|
static TA_Frame |
bash()
A frame for bash style comments.
|
static TA_Frame |
bashStart2Hash()
A frame for bash style comments with a double hashmark start.
|
static TA_Frame |
bashStart2HashTB()
A frame for bash style comments with a double hashmark start and top/bottom line.
|
static TA_Frame |
bashTB()
A frame for bash style comments with top/bottom lines.
|
static TA_Frame |
html()
A frame for HTML style comments.
|
static TA_Frame |
htmlTB()
A frame for HTML style comments with top/bottom line.
|
static TA_Frame |
latex()
A frame for LaTeX style comments.
|
static TA_Frame |
latexStart2Percent()
A frame for LaTeX style comments with a double percent start.
|
static TA_Frame |
latexStart2PercentTB()
A frame for LaTeX style comments with a double percent start and top/bottom line.
|
static TA_Frame |
latexTB()
A frame for LaTeX style comments with top/bottom lines.
|
static TA_Frame |
multiLine()
A frame for multi-line Java/C++ style comments using
/ and *. |
static TA_Frame |
multiLineJavaDoc()
A frame for Javadoc style multi-line comments using
/ and *. |
static TA_Frame |
singleLine()
A frame for single-line Java/C++ style comments using
//. |
public static TA_Frame multiLine()
A frame for multi-line Java/C++ style comments using / and *.
public static TA_Frame multiLineJavaDoc()
A frame for Javadoc style multi-line comments using / and *.
public static TA_Frame singleLine()
A frame for single-line Java/C++ style comments using //.
public static TA_Frame html()
A frame for HTML style comments.
public static TA_Frame htmlTB()
A frame for HTML style comments with top/bottom line.
public static TA_Frame bash()
A frame for bash style comments.
public static TA_Frame bashTB()
A frame for bash style comments with top/bottom lines.
public static TA_Frame bashStart2Hash()
A frame for bash style comments with a double hashmark start.
public static TA_Frame bashStart2HashTB()
A frame for bash style comments with a double hashmark start and top/bottom line.
public static TA_Frame latex()
A frame for LaTeX style comments.
public static TA_Frame latexTB()
A frame for LaTeX style comments with top/bottom lines.
public static TA_Frame latexStart2Percent()
A frame for LaTeX style comments with a double percent start.
public static TA_Frame latexStart2PercentTB()
A frame for LaTeX style comments with a double percent start and top/bottom line.
Copyright © 2016–2017. All rights reserved.