We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315ca07 commit f3bb72bCopy full SHA for f3bb72b
sphinxify.py
@@ -11,7 +11,7 @@
11
from http.server import BaseHTTPRequestHandler, HTTPServer
12
from typing import Callable, List, Optional
13
14
-__version__ = "0.11"
+__version__ = "0.12"
15
16
FIND_FUNC_RE = r"(.*)\n\s*((?:(?:public|protected|private|static|final|synchronized|abstract|default|native)\s+)+)(?:([\w<>[\]]+)\s+)?(\w+)\s*\(([^)]*)\)"
17
0 commit comments