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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -