-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When two or more classes are in one header file, only the last class's code source with line number. #128
Comments
I face the same issue, line number are shown only for the last class in the file. If I remove the The file used in these images is detail.h, but the same happens to all files in my projects. Any idea how to fix this? macOS x64 Sonoma 14.1 |
@jothepro, any chance to investigate this bug? My sites went public and people generally liked them, but I already got questions about the missing line numbers... :-( |
I think I found the problem. Can you verify that c064ec1 fixes the problem? |
I confirm that the line numbers now show on my site. Could you make a new release so I can pick the commits? (2.2.2 in |
Thx for the feedback! |
BTW, your cool theme was highly appreciated by those who reviewed my sites:
Thank you! |
Describe the bug
When two or more classes are in one header file, only the last class's code source with line number.
If use the original doxygen, no problem (Every line with a line number).
Expected behavior
Every class in the header file should have a line number each line.
Screenshots
To Reproduce
Just a simple header file, with two or more classes declaration in it.
Version
Windows 11, 64 bit
Doxygen 1.9.8
doxygen-awesome-css 2.2.1
The text was updated successfully, but these errors were encountered: