summaryrefslogtreecommitdiffstats
path: root/tools/openlmi-doc-class2uml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed license to LGPLv2.1+Jan Safranek2013-08-011-0/+0
|
* Change orientation of resulting figure.Jan Safranek2013-03-251-1/+1
| | | | We want superclass on the top of subclass and not a vice versa.
* Check for qualifiers, properties without qualifiers crash here.Jan Safranek2013-03-251-1/+1
| | | | Konkretmof seem to use qualifiers=None instead of qualifiers={}.
* tools: don't use CIMOM for generating documentationRadek Novacek2013-03-181-0/+143
class2rst.py and class2uml.py was altered to use konkretmof for parsing MOFs instead of calling CIMOM. This two modules was also renamed to openlmi-doc-class2* and will be installed to $prefix/bin.