I'm trying to add to my UML diagram information about type of attributes, methods and their arguments and returns, but I can't find appropriate flag to set. What should I set to achieve this?
I have:
I want to achieve:
My Doxyfile:
# Difference with default Doxyfile 1.8.17
OUTPUT_DIRECTORY = /home/adrian/Dokumenty/eclipse/0_FULL_GAME/headers
BUILTIN_STL_SUPPORT = YES
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_PRIV_VIRTUAL = YES
EXTRACT_PACKAGE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_METHODS = YES
CASE_SENSE_NAMES = NO
INPUT = /home/adrian/Dokumenty/eclipse/0_FULL_GAME/headers
GENERATE_TREEVIEW = YES
ALLEXTERNALS = YES
DOT_FONTSIZE = 14
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 0
TEMPLATE_RELATIONS = YES
CALL_GRAPH = YES
CALLER_GRAPH = YES
INTERACTIVE_SVG = YES