Open
Description
Hi everyone,
I am trying to use sphinx-fortran to autodoc my fortran code. I am able to get it autodoc comments under programs, modules, functions, subroutines and types but I am unable to get the in-line comments for variables into the documentation. For eg.,
integer, parameter :: dp=kind(1.0d0) ! real*8 type
doesn't produce the comment "real*8 type" under the variable "dp" in the documentation. Am I doing something wrong? Or is this a bug with sphinx-fortran extension?
Thanks,
-Navaneeth
Metadata
Metadata
Assignees
Labels
No labels