Home | Trees | Index | Help |
|
---|
Package yagdoc :: Module linker :: Class LinkMap |
|
object
--+
|
LinkMap
GtkdocLinkMap
,
YagdocLinkMap
Abstract base class for link maps.
Subclasses must implementscan()
method used to read the
index.
Method Summary | |
---|---|
Create a new link map. | |
Add an item to index. | |
bool
|
Check whether the package name of a link map looks sane. |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
list of {LinkerError} |
errors : Errors encountered. |
Method Details |
---|
__init__(self,
name,
source)
Create a new link map.
|
add_item(self, item, xmlid=None)Add an item to index.
|
check_name(self)Check whether the package name of a link map looks sane. If the name looks bad, this particularly means names such as'docs' or 'reference' , an error is added to
errors .
|
Instance Variable Details |
---|
errorsErrors encountered. Note in the usual mode of operation link map errors are gathered by theLinker and removed from individual link
maps.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 | http://epydoc.sf.net |