The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Attached to Project: POV-Ray
Opened by Benedikt Adelmann - 2013-07-01
Last edited by William F Pokorny - 2017-02-15
Opened by Benedikt Adelmann - 2013-07-01
Last edited by William F Pokorny - 2017-02-15
FS#300 - Reference Documentation Support
As emerged as an idea during the discussion of FS#299, an SDL / POV-Ray editor feature would be useful that allows API documentation via formal comments, e.g. in include files:
/** * Creates a car object. * @param a * description of param a * ... */ #macro car(a,b,c) ... #end
In addition to the ability of (auto-)generating a documentation file from such comments, an editor window feature would be convenient that allows popup display of a macro’s (object’s / parameter’s / ...) documentation section.
This might be more suited for an external tool (at least to start with). Once that external piece of software has become mature and stable enough, integration into the POV-Ray GUI might be a next step.
Now tracked on github as issue #237.