| Home | Trees | Index | Help |
|
|---|
|
|
|
|||
|
__init__(self,
docstring,
errors=None)
Create a new ParsedJavadocDocstring.
|
|||
|
_check_links(self,
errors)
Make sure that all @{link}s are valid. |
|||
string
|
to_plaintext(self,
docstring_linker,
**options)
Translate this docstring to plaintext. |
||
| ParsedDocstring | summary(self) | ||
|
Inherited from |
|||
| Field Splitting | |||
|---|---|---|---|
(ParsedDocstring, list of Field)
|
split_fields(self,
errors=None)
Split this docstring into its body and its fields. |
||
| HTML Output | |||
string
|
to_html(self,
docstring_linker,
**options)
Translate this docstring to HTML. |
||
|
|||
| Field Splitting | |||
|---|---|---|---|
| _ARG_FIELDS | A list of the fields that take arguments. | ||
| _FIELD_RE | A regular expression used to search for Javadoc block tags. | ||
| HTML Output | |||
| _LINK_SPLIT_RE | A regular expression used to search for Javadoc inline tags. | ||
| _LINK_RE | A regular expression used to process Javadoc inline tags. | ||
|
|||
ParsedJavadocDocstring.
|
|
|
errors.
|
|
|
|
|||
_ARG_FIELDSA list of the fields that take arguments. Since Javadoc doesn't mark arguments in any special way, we must consult this list to decide whether the first word of a field is an argument or not.
|
_FIELD_REA regular expression used to search for Javadoc block tags.
|
_LINK_SPLIT_REA regular expression used to search for Javadoc inline tags.
|
_LINK_REA regular expression used to process Javadoc inline tags.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:37:10 2006 | http://epydoc.sf.net |