0

I am using "Relation Window" view in Source Insight and want to know how to hide references of function when it's just a function definition(usually in header files) as it's useless.

user5150273
  • 195
  • 1
  • 2
  • 8

1 Answers1

0

Right click on Relation pane and then "Relation Window Properties"

enter image description here

Select Referenced by Functions

enter image description here

elady
  • 535
  • 6
  • 22