Skip to content

Commit

Permalink
doc/poxy-0.19.1.diff: fix poxy-0.19.1 interaction with doxygen-1.9.8
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Nov 10, 2024
1 parent 2306419 commit 8073ce3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/poxy-0.19.1.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ./usr/local/lib/python3.12/dist-packages/poxy/run.orig 2024-11-10 19:50:41.858752777 +0000
+++ ./usr/local/lib/python3.12/dist-packages/poxy/run.py 2024-11-10 19:50:50.478776979 +0000
@@ -746,7 +746,7 @@

# re-sort members to override Doxygen's weird and stupid sorting 'rules'
if 1:
- sort_members_by_name = lambda tag: tag.find(r'name').text
+ sort_members_by_name = lambda tag: tag.find(r'name').text or ''
members = [tag for tag in section.findall(r'memberdef')]
for tag in members:
section.remove(tag)

0 comments on commit 8073ce3

Please sign in to comment.