mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Lots of changes needed to get things building again after switching to wxWidgets master
This commit is contained in:
@@ -60,7 +60,9 @@ SECTIONS = [('return' , ':returns:'),
|
||||
('note' , '.. note::'),
|
||||
('see' , '.. seealso::'),
|
||||
('todo' , '.. todo::'),
|
||||
('par' , '')]
|
||||
('pre' , ':precondition:'),
|
||||
('par' , '')
|
||||
]
|
||||
|
||||
|
||||
# List of things to remove/ignore (there may be more)
|
||||
@@ -256,10 +258,12 @@ DOXY_2_REST = [('@author:', '\n.. moduleauthor:: '),
|
||||
('@kwarg', ':keyword'),
|
||||
('@note:', '\n.. note:: '),
|
||||
('@package:', '\n**Package:** '),
|
||||
('@package', '\n**Package:** '),
|
||||
('@package', '\n**Package:** '),
|
||||
('@postcondition:', '\n:postcondition: '),
|
||||
('@pre:', '\n:precondition: '),
|
||||
('@precondition:', '\n:precondition: '),
|
||||
('@pre', '\n:precondition: '),
|
||||
('@precondition', '\n:precondition: '),
|
||||
('@requires:', '\n:requires: '),
|
||||
('@returns:', '\n:returns: '),
|
||||
('@return:', '\n:returns: '),
|
||||
|
||||
Reference in New Issue
Block a user