-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hello,
Is it possible to leave the comment header of fortran blocks as raw text without interpreting it as ReST please ?
A possible fix is adding the following lines,
if len(block['desc']) and raw_desc > 0:
block['desc'] = ["! .. code-block::\n"] + block['desc']
right after,
# Comment
block['desc'] = self.get_comment(subsrc, aslist=True)
in the function scan_container of file fortran_autodoc.f90
. The new variable raw_desc should be True if such option was selected when processing the fortran blocks.
Or perhaps, is there another way of achiving this behavior?
Thanks in advance for your kind attention.
Metadata
Metadata
Assignees
Labels
No labels