Changeset 980
- Timestamp:
- Jun 26, 2012 12:17:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
specdomain/trunk/src/specdomain/sphinxcontrib/specmacrofileparser.py
r972 r980 37 37 extended_comment_match = r'(' + extended_comment_marker + r')' 38 38 39 # macro_sig_re = re.compile(40 # r'''^ ([a-zA-Z_]\w*) # macro name41 # ''', re.VERBOSE)42 #43 # func_sig_re = re.compile(word_match + r'\('44 # + r'(' + match_all + r')'45 # + r'\)',46 # re.IGNORECASE|re.DOTALL)47 #48 # cdef_name_sig_re = re.compile(double_quote_string_match,49 # re.IGNORECASE|re.DOTALL)50 #51 #52 # extended_comment_flag_sig_re = re.compile(extended_comment_marker,53 # re.IGNORECASE|re.DOTALL)54 39 55 40 # TODO: handle "#: " indicating a description of a variable on the preceding line
Note: See TracChangeset
for help on using the changeset viewer.