Skip to content
Prev Previous commit
Next Next commit
Sort
  • Loading branch information
erlend-aasland committed Jul 22, 2023
commit f35d193883409b8bfbb760365d049a6d05e497e6
2 changes: 1 addition & 1 deletion Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@

nitpick_ignore = [
# Standard C functions
('c:func', 'calloc'),
('c:func', 'free'),
('c:func', 'malloc'),
('c:func', 'calloc'),
('c:func', 'ralloc'),
# Standard C types
('c:type', 'FILE'),
Expand Down