Default implementation of ICommentFormatter.
More...
Default implementation of ICommentFormatter.
string CSF.Zpt.SourceAnnotation.CommentFormatter.GetAfterImportedElementComment |
( |
string |
source, |
|
|
string |
lineNumber |
|
) |
| |
|
inline |
Gets the formatted comment for displaying after an imported element.
- Returns
- The formatted comment.
- Parameters
-
source | The source information for the file. |
lineNumber | The line number within the file. |
Implements CSF.Zpt.SourceAnnotation.ICommentFormatter.
string CSF.Zpt.SourceAnnotation.CommentFormatter.GetDefineMacroComment |
( |
string |
source, |
|
|
string |
lineNumber |
|
) |
| |
|
inline |
Gets the formatted comment for a define-macro
attribute.
- Returns
- The formatted comment.
- Parameters
-
source | The source information for the file. |
lineNumber | The line number within the file. |
Implements CSF.Zpt.SourceAnnotation.ICommentFormatter.
string CSF.Zpt.SourceAnnotation.CommentFormatter.GetDefineSlotComment |
( |
string |
source, |
|
|
string |
lineNumber |
|
) |
| |
|
inline |
Gets the formatted comment for a define-slot
attribute.
- Returns
- The formatted comment.
- Parameters
-
source | The source information for the file. |
lineNumber | The line number within the file. |
Implements CSF.Zpt.SourceAnnotation.ICommentFormatter.
string CSF.Zpt.SourceAnnotation.CommentFormatter.GetImportedElementComment |
( |
string |
source, |
|
|
string |
lineNumber |
|
) |
| |
|
inline |
Gets the formatted comment for an imported element.
- Returns
- The formatted comment.
- Parameters
-
source | The source information for the file. |
lineNumber | The line number within the file. |
Implements CSF.Zpt.SourceAnnotation.ICommentFormatter.
string CSF.Zpt.SourceAnnotation.CommentFormatter.GetRootElementComment |
( |
string |
source, |
|
|
string |
lineNumber |
|
) |
| |
|
inline |
Gets the formatted comment for the root element of a ZPT document.
- Returns
- The formatted comment.
- Parameters
-
source | The source information for the file. |
lineNumber | The line number within the file. |
Implements CSF.Zpt.SourceAnnotation.ICommentFormatter.
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/CSF.Zpt/SourceAnnotation/CommentFormatter.cs