File: breathe-apidoc.py

package info (click to toggle)
breathe 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,712 kB
  • ctags: 3,316
  • sloc: python: 9,631; cpp: 1,408; makefile: 510; ansic: 138; sh: 67
file content (8 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import sys

if __name__ == '__main__':
    from breathe.apidoc import main
    sys.exit(main())