summaryrefslogtreecommitdiffstats
path: root/tools/openlmi-doc-class2rst
Commit message (Collapse)AuthorAgeFilesLines
* tools: Create correct reference for arraysRoman Rakus2013-08-221-1/+4
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* Fixed license to LGPLv2.1+Jan Safranek2013-08-011-0/+0
|
* Added more check for qualifiers.Jan Safranek2013-04-081-4/+7
| | | | Dictionary of element qualifiers can be None and we should check for it before accessing its elements.
* Check for qualifiers, properties without qualifiers crash here.Jan Safranek2013-03-251-8/+11
| | | | Konkretmof seem to use qualifiers=None instead of qualifiers={}.
* tools: don't use CIMOM for generating documentationRadek Novacek2013-03-181-0/+471
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.