Ticket #2173343 (checkedin defect)
ReporterPeter Foti |
Opened: 12/4/09 Last modified: 12/7/09 Status: checkedin Type: defect Resolution: fixed |
Owner Adam Moore |
Target Release: Priority: |
|---|---|---|---|
| Summary: | Can't @extend namespaced base class that has @config | ||
| Description: | I have a base class that is not a top level class. That is, it is defined as "MyNamespace.BaseClass", with a "." separating the namespace from classname. This base class contains an @config property. C:yuidocbin>api.bat tokenMap: {'description': [u'Test module that contains a base class and subclass, with config properties.'], 'module': ['mymodule']} INFO: ------------------------------------------------------- Note, if @config is changed to @property, it works fine. /** |
||
| Type: | defect | Observed in Version: | 1.0.0b1 |
| Component: | YUIDoc | Severity: | S3 (normal) |
| Assigned To: | Adam Moore | Target Release: | |
| Location: | Priority: | ||
| Tags: | @config, @extend | Relates To: | |
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | Put the following into a .js file of it's own and then attempt to generate the docs: /** |
||


Fixed incorrect index for inherited configuration attributes [fixes #2173343].
View Commit: