Changeset 980


Ignore:
Timestamp:
Jun 26, 2012 12:17:32 AM (11 years ago)
Author:
jemian
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • specdomain/trunk/src/specdomain/sphinxcontrib/specmacrofileparser.py

    r972 r980  
    3737extended_comment_match      = r'(' + extended_comment_marker + r')'
    3838
    39 #    macro_sig_re = re.compile(
    40 #                                   r'''^ ([a-zA-Z_]\w*)         # macro name
    41 #                                   ''', 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)
    5439
    5540# TODO: handle "#: " indicating a description of a variable on the preceding line
Note: See TracChangeset for help on using the changeset viewer.