Picon

Automatic image file dependency generation patch

This patch adds the HTML_IMAGE_DEPENDENCY_FILE_NAME and
LATEX_IMAGE_DEPENDENCY_FILE_NAME tags.  For each of these tags that
are defined, warnings about missing image files will be supressed (for
the related output type --- i.e. LaTeX or HTML), and a list of used
image files will be saved as prerequisite to a relevant make rule in a
make file named by the value of that tag.

For usage examples, see the included doxygen comments in the patch.

Please note that we included changes made to the file
optionsconfig.cpp although it is automatically generated from the
config.xml file.  We did this since that file is under revision
control (you might want to change that).

Regards Robert Jørgensgaard Engdahl and Anders Franz Terkelsen

p.s. We sent this patch previously, but since the sender address was
not on the mailing list the mail did not get through. I hope that we
are not offending anyone by sending this patch again.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Doxygen-develop mailing list
Doxygen-develop <at> lists.sourceforge.net
(Continue reading)

Olaf Kahler | 19 Jul 2010 21:50
Picon

Private and Undocumented Members in UML

Dear Doxygen Developers,

Please find a patch in the attachments that fixes the display of
private and undocumented members in the UML diagrams created with dot.

The issue has been raised before on the doxygen-users list back at
2009-01-15 13:45. No action was taken at that time, however (see e.g.
http://old.nabble.com/Hide-private-members-in-UML-td21477924.html ). As
of version 1.7.1 the same issue annoys me enough to send in this
patch. :)

The patch simply avoids printing the "unlinkable" members, if
HIDE_UNDOC_MEMBERS has been specified and does not print any private
members, unless EXTRACT_PRIVATE is set to true. I've tested the four
obvious combinations and it seems to work fine for all of them.

Best regards,
    Olaf
Attachment (doxygen_uml_hide.patch): text/x-patch, 2564 bytes
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Doxygen-develop mailing list
Doxygen-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-develop
(Continue reading)


Gmane