[go: up one dir, main page]

File: ford.py

package info (click to toggle)
ford 7.0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,936 kB
  • sloc: python: 11,704; f90: 419; javascript: 51; fortran: 45; makefile: 21
file content (7 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python
"""Wrapper for FORD fortran documentation generator"""

from ford import run

if __name__ == "__main__":
    run()