Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
string
|
|
||
(ParsedDocstring, bool )
|
|
||
Inherited from |
|||
Field Splitting | |||
---|---|---|---|
(ParsedDocstring, list of Field)
|
|
||
HTML Output | |||
string
|
|
|
|||
Field Splitting | |||
---|---|---|---|
_ARG_FIELDS =
A list of the fields that take arguments. |
|||
_FIELD_RE = re.compile(r' A regular expression used to search for Javadoc block tags. |
|||
HTML Output | |||
_LINK_SPLIT_RE = re.compile(r' A regular expression used to search for Javadoc inline tags. |
|||
_LINK_RE = re.compile(r'\{@link 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.
|
_LINK_REA regular expression used to process Javadoc inline tags.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:25:17 2007 | http://epydoc.sourceforge.net |