APIView C++ shouldn't include line numbers as part of the diff
Open
APIView
C++
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
Background:
line numbers where structs are defined are added into APIView. This introduced a problem: if we add something in a header file, all the line numbers for structs after this will be changed. This is a lot of noise in APIView.
Solution:
Use the construct that says "start skipping these tokesn in a diff"
Contributor guide
Assessment
This issue has not been assessed yet.