how to exclude private methods from graphviz/doxygen? -
have doxygen/graphiz running fine java code (via wizard), setting extract_private = no seems relate documentation, not graphing. when using uml_look = yes includes private methods.
is there way create dot collaboration/class diagrams via graphviz no include private methods diagrams massive?
if set uml_look = no produces basic class diagrams class name , isn't want.
i'm afraid not possible using uml_look (or if is, have yet find out how).
you generate own dot diagrams or use more powerful/adapted tool, plantuml. it's lot more work on part, you'll want.
Comments
Post a Comment