-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I'd like to parse .cpp files, mainly so I can associate declaration with implementation and add links to each in documentation.
I tried running ParseFile(myCpp), which works but basically gives me the same as parsing the header, plus free functions local to the cpp. The classes/methods' locations still point to the header declaration, which I suppose I should have seen coming.
I suppose the elements would need locations for both declaration and implementation in the same element. Is there a way to achieve this, or am I thinking about it wrong?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested