We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aaaf9 commit 4ab1845Copy full SHA for 4ab1845
docs/api/index.rst
@@ -8,4 +8,5 @@ API Reference
8
9
domain
10
directives
11
+ utils
12
lexers
docs/api/utils.rst
@@ -0,0 +1,10 @@
1
+=====================
2
+Utils
3
4
+
5
+Utility functions for Fortran lexers and Sphinx integration.
6
7
+.. automodule:: sphinx_fortran_domain.utils
+ :members:
+ :undoc-members:
+ :show-inheritance:
0 commit comments