Embperl

 view release on metacpan or  search on metacpan

Doxyfile  view on Meta::CPAN

#---------------------------------------------------------------------------

# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
# evaluate all C-preprocessor directives found in the sources and include 
# files.

ENABLE_PREPROCESSING   = YES

# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
# names in the source code. If set to NO (the default) only conditional 
# compilation will be performed. Macro expansion can be done in a controlled 
# way by setting EXPAND_ONLY_PREDEF to YES.

MACRO_EXPANSION        = NO

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
# then the macro expansion is limited to the macros specified with the 
# PREDEFINED and EXPAND_AS_PREDEFINED tags.

EXPAND_ONLY_PREDEF     = NO

epchar.c  view on Meta::CPAN

        { '¦' ,   "&brkbar;" },    /* 	Broken vertical bar  */
        { '§' ,   "§"  },    /* 	Section sign  */
/*        { '¨' ,   "&&um;"    },    / *  	Diæresis / Umlaut  */
        { '¨' ,   "¨"   },    /* 	Diæresis / Umlaut  */
        { '©' ,   "©"  },    /* 	Copyright               */
        { 'ª' ,   "ª"  },    /* 	Feminine ordinal  */
        { '«' ,   "«" },    /* 	Left angle quote, guillemot left  */
        { '¬' ,   "€"   },    /*	Euro sign  */
        { '­' ,   "­"    },    /* 	Soft hyphen  */
        { '®' ,   "®"    },    /* 	Registered trademark  */
/*        { '¯' ,   "¯"   },    / *  	Macron accent  */
        { '¯' ,   "&hibar;"  },    /* 	Macron accent  */
        { '°' ,   "°"    },    /* 	Degree sign  */
        { '±' ,   "±" },    /* 	Plus or minus  */
        { '²' ,   "²"   },    /* 	Superscript two  */
        { '³' ,   "³"   },    /* 	Superscript three  */
        { '´' ,   "´"  },    /* 	Acute accent  */
        { 'µ' ,   "µ"  },    /* 	Micro sign  */
        { '¶' ,   "¶"   },    /* 	Paragraph sign  */
        { '·' ,   "·" },    /* 	Middle dot  */
        { '¸' ,   "¸"  },    /* 	Cedilla  */
        { '¹' ,   "¹"   },    /* 	Superscript one  */

epchar.c  view on Meta::CPAN

        { '¦' ,   "" },    /* 	Broken vertical bar  */
        { '§' ,   ""  },    /* 	Section sign  */
/*        { '¨' ,   ""    },    / *  	Diæresis / Umlaut  */
        { '¨' ,   ""   },    /* 	Diæresis / Umlaut  */
        { '©' ,   ""  },    /* 	Copyright               */
        { 'ª' ,   ""  },    /* 	Feminine ordinal  */
        { '«' ,   "" },    /* 	Left angle quote, guillemot left  */
        { '¬' ,   ""   },    /*	Not sign  */
        { '­' ,   ""    },    /* 	Soft hyphen  */
        { '®' ,   ""    },    /* 	Registered trademark  */
/*        { '¯' ,   ""   },    / *  	Macron accent  */
        { '¯' ,   ""  },    /* 	Macron accent  */
        { '°' ,   ""    },    /* 	Degree sign  */
        { '±' ,   "" },    /* 	Plus or minus  */
        { '²' ,   ""   },    /* 	Superscript two  */
        { '³' ,   ""   },    /* 	Superscript three  */
        { '´' ,   ""  },    /* 	Acute accent  */
        { 'µ' ,   ""  },    /* 	Micro sign  */
        { '¶' ,   ""   },    /* 	Paragraph sign  */
        { '·' ,   "" },    /* 	Middle dot  */
        { '¸' ,   ""  },    /* 	Cedilla  */
        { '¹' ,   ""   },    /* 	Superscript one  */

epchar.c  view on Meta::CPAN

        { '¥' ,   "%A5"    },    /* 	Yen sign  */
        { '¦' ,   "%A6" },    /* 	Broken vertical bar  */
        { '§' ,   "%A7"  },    /* 	Section sign  */
        { '¨' ,   "%A8"   },    /* 	Diæresis / Umlaut  */
        { '©' ,   "%A9"  },    /* 	Copyright               */
        { 'ª' ,   "%AA"  },    /* 	Feminine ordinal  */
        { '«' ,   "%AB" },    /* 	Left angle quote, guillemot left  */
        { '¬' ,   "%AC"   },    /*	Not sign  */
        { '­' ,   "%AD"    },    /* 	Soft hyphen  */
        { '®' ,   "%AE"    },    /* 	Registered trademark  */
        { '¯' ,   "%AF"  },    /* 	Macron accent  */
        { '°' ,   "%B0"    },    /* 	Degree sign  */
        { '±' ,   "%B1" },    /* 	Plus or minus  */
        { '²' ,   "%B2"   },    /* 	Superscript two  */
        { '³' ,   "%B3"   },    /* 	Superscript three  */
        { '´' ,   "%B4"  },    /* 	Acute accent  */
        { 'µ' ,   "%B5"  },    /* 	Micro sign  */
        { '¶' ,   "%B6"   },    /* 	Paragraph sign  */
        { '·' ,   "%B7" },    /* 	Middle dot  */
        { '¸' ,   "%B8"  },    /* 	Cedilla  */
        { '¹' ,   "%B9"   },    /* 	Superscript one  */

epchar.c  view on Meta::CPAN

        { '¦' ,   "" },    /* 	Broken vertical bar  */
        { '§' ,   ""  },    /* 	Section sign  */
/*        { '¨' ,   ""    },    / *  	Diæresis / Umlaut  */
        { '¨' ,   ""   },    /* 	Diæresis / Umlaut  */
        { '©' ,   ""  },    /* 	Copyright               */
        { 'ª' ,   ""  },    /* 	Feminine ordinal  */
        { '«' ,   "" },    /* 	Left angle quote, guillemot left  */
        { '¬' ,   ""   },    /*	Not sign  */
        { '­' ,   ""    },    /* 	Soft hyphen  */
        { '®' ,   ""    },    /* 	Registered trademark  */
/*        { '¯' ,   ""   },    / *  	Macron accent  */
        { '¯' ,   ""  },    /* 	Macron accent  */
        { '°' ,   ""    },    /* 	Degree sign  */
        { '±' ,   "" },    /* 	Plus or minus  */
        { '²' ,   ""   },    /* 	Superscript two  */
        { '³' ,   ""   },    /* 	Superscript three  */
        { '´' ,   ""  },    /* 	Acute accent  */
        { 'µ' ,   ""  },    /* 	Micro sign  */
        { '¶' ,   ""   },    /* 	Paragraph sign  */
        { '·' ,   "" },    /* 	Middle dot  */
        { '¸' ,   ""  },    /* 	Cedilla  */
        { '¹' ,   ""   },    /* 	Superscript one  */

epchar.c  view on Meta::CPAN

        { 'é' ,   "&eacute" },    /* 	Small e, acute accent  */
        { 'ê' ,   "&ecirc"  },    /* 	Small e, circumflex  */
        { 'è' ,   "&egrave" },    /* 	Small e, grave accent  */
        { 'ð' ,   "&eth"    },    /* 	Small eth, Icelandic  */
        { 'ë' ,   "&euml"   },    /* 	Small e, diæresis / umlaut  */
        { '¬' ,   "&euro"   },    /*	Euro sign  */
        { '½' ,   "&frac12" },    /* 	Fraction one-half  */
        { '¼' ,   "&frac14" },    /* 	Fraction one-fourth  */
        { '¾' ,   "&frac34" },    /* 	Fraction three-fourths  */
        { '>' ,   "&gt"     },    /* 	Greater than  */
        { '¯' ,   "&hibar"  },    /* 	Macron accent  */
        { 'í' ,   "&iacute" },    /* 	Small i, acute accent  */
        { 'î' ,   "&icirc"  },    /* 	Small i, circumflex  */
        { '¡' ,   "&iexcl"  },    /* 	Inverted exclamation  */
        { 'ì' ,   "&igrave" },    /* 	Small i, grave accent  */
        { '¿' ,   "&iquest" },    /* 	Inverted question mark  */
        { 'ï' ,   "&iuml"   },    /* 	Small i, diæresis / umlaut  */
        { '«' ,   "&laquo" },    /* 	Left angle quote, guillemot left  */
        { '<' ,   "&lt"     },    /* 	Less than  */
        { '¯' ,   "&macr"   },    /*  	Macron accent  */
        { 'µ' ,   "&micro"  },    /* 	Micro sign  */
        { '·' ,   "&middot" },    /* 	Middle dot  */
        { ' ' ,   "&nbsp"   },    /* 	Non-breaking Space  */
        { 'ñ' ,   "&ntilde" },    /* 	Small n, tilde  */
        { 'ó' ,   "&oacute" },    /* 	Small o, acute accent  */
        { 'ô' ,   "&ocirc"  },    /* 	Small o, circumflex  */
        { 'ò' ,   "&ograve" },    /* 	Small o, grave accent  */
        { 'ª' ,   "&ordf"  },    /* 	Feminine ordinal  */
        { 'º' ,   "&ordm"   },    /* 	Masculine ordinal  */
        { 'ø' ,   "&oslash" },    /* 	Small o, slash  */



( run in 0.831 second using v1.01-cache-2.11-cpan-49f99fa48dc )