PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 891 - ApiExtractor doesn't support doxygen as backend to doc generation.
: ApiExtractor doesn't support doxygen as backend to doc generation.
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: ApiExtractor
: 1.0.3
: Other Linux
: P5 enhancement
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-06-17 23:54 EEST by Hugo Parente Lima
Modified: 2011-11-29 21:28 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Parente Lima 2011-06-17 23:54:23 EEST
Would be nice to have support for doxygen in docgenerator, so it could generate
Python docs for bindings of C++ libraries documented with Doxygen syntax.
Comment 1 Matti Airas 2011-06-18 09:29:59 EEST
I'm making this P5 until the benefit of this new feature has been clarified.
Comment 2 Hugo Parente Lima 2011-06-20 20:07:45 EEST
The documentation for some bindings PyMaemo team are working on will be impeded
if this bug isn't fixed.
Comment 3 Bruno Araujo 2011-11-18 22:41:25 EET
Support for Doxygen-based documentation implemented in the commits below; the
generated documentation is not yet as polished as the ones from qdoc3, but it
is enough to be understandable. Further improvements can be achieved by working
in the finer portions of the code.

Apiextractor: 

commit dcb11958cabe518630f9f2d2bebd9f8711c2b15b
Merge: af04266 8e8a8df
Author: Bruno Araújo <bruno.araujo@gmail.com>
Date:   Fri Nov 18 10:10:10 2011 -0800

    Merge pull request #18 from baraujo/master

Generatorrunner:
commit 567ca6effaecdf97b33d1d13eada23bafe0f7535
Merge: b6f64d3 5b487de
Author: Willer Moreira <willer.davis@gmail.com>
Date:   Fri Nov 18 12:38:22 2011 -0800

    Merge pull request #17 from willerdavis/master
Comment 4 Luciano Wolf 2011-11-29 21:28:46 EET
Released on PySide 1.0.9. Closing.