doc/Doxyfile
changeset 872 c010b38ea35b
parent 781 d4d182ab75bd
child 881 a9f19f38970b
equal deleted inserted replaced
35:f6dffe89fddf 36:257e688a3750
   496 
   496 
   497 # If the REFERENCED_BY_RELATION tag is set to YES (the default) 
   497 # If the REFERENCED_BY_RELATION tag is set to YES (the default) 
   498 # then for each documented function all documented 
   498 # then for each documented function all documented 
   499 # functions referencing it will be listed.
   499 # functions referencing it will be listed.
   500 
   500 
   501 REFERENCED_BY_RELATION = YES
   501 REFERENCED_BY_RELATION = NO
   502 
   502 
   503 # If the REFERENCES_RELATION tag is set to YES (the default) 
   503 # If the REFERENCES_RELATION tag is set to YES (the default) 
   504 # then for each documented function all documented entities 
   504 # then for each documented function all documented entities 
   505 # called/used by that function will be listed.
   505 # called/used by that function will be listed.
   506 
   506 
   507 REFERENCES_RELATION    = YES
   507 REFERENCES_RELATION    = NO
   508 
   508 
   509 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
   509 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
   510 # will generate a verbatim copy of the header file for each class for 
   510 # will generate a verbatim copy of the header file for each class for 
   511 # which an include is specified. Set to NO to disable this.
   511 # which an include is specified. Set to NO to disable this.
   512 
   512