-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Code highlighting does not account for unparsed case #805
Comments
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
oh! I just found this in the doxygen manual
Looks like we should add this special case due to doxygen's limited syntax highlighting. I still think, that using |
I think breathe really needs to support Doxygen syntax, that is, ignore syntax highlight for the |
I'm already looking into a solution that does just that. Seems there was some more changes pushed to that PR that I didn't track... |
I submitted a patch for this. @gmarull Thank you again for commenting on the appropriate PR. I'm not a maintaining member, so I'm not subscribed to all breathe-related notifications. |
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 (cherry picked from commit 10da718) Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> GitOrigin-RevId: 10da718 Change-Id: I58f8a3bef0474da6eb980efdebed5ca4698f9349 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/3463028 Tested-by: CopyBot Service Account <copybot.service@gmail.com> Reviewed-by: Keith Short <keithshort@chromium.org> Tested-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> (cherry picked from commit 10da718)
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> (cherry picked from commit 10da718)
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> (cherry picked from commit 10da718)
Looks like the 4.33 release has some more issues, so let's wait until everything gets fixed before allowing future versions. Ref. breathe-doc/breathe#805 Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> (cherry picked from commit 10da718)
It looks like additions made in #760 don't account for the
unparsed
case:Pygments highlighter doesn't support this language, and so it ends up generating a warning during build process.
The text was updated successfully, but these errors were encountered: