1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Exhale Utils Module
========================================================================================
.. automodule:: exhale.utils
.. autodata:: exhale.utils.AVAILABLE_KINDS
.. autodata:: exhale.utils.LEAF_LIKE_KINDS
.. autofunction:: exhale.utils.contentsDirectiveOrNone
Breathe Customization Support
----------------------------------------------------------------------------------------
.. autofunction:: exhale.utils.makeCustomSpecificationsMapping
Unsorted Misc
----------------------------------------------------------------------------------------
.. todo:: cleanup / reorder these
.. autofunction:: exhale.utils.heading_mark
.. autofunction:: exhale.utils.nodeCompoundXMLContents
.. autofunction:: exhale.utils.qualifyKind
.. autofunction:: exhale.utils.kindAsBreatheDirective
.. autofunction:: exhale.utils.specificationsForKind
.. autoclass:: exhale.utils.AnsiColors
.. autofunction:: exhale.utils.indent
.. autofunction:: exhale.utils.prefix
.. autofunction:: exhale.utils.exclaim
.. autofunction:: exhale.utils.colorize
.. autofunction:: exhale.utils._use_color
.. autofunction:: exhale.utils.progress
.. autofunction:: exhale.utils.info
.. autofunction:: exhale.utils.critical
.. autofunction:: exhale.utils.verbose_log
.. autofunction:: exhale.utils.__fancy
.. autofunction:: exhale.utils.fancyErrorString
.. autofunction:: exhale.utils.fancyError
.. autodata:: exhale.utils.LANG_TO_LEX
.. autofunction:: exhale.utils.doxygenLanguageToPygmentsLexer
.. autofunction:: exhale.utils.sanitize
.. autofunction:: exhale.utils.sanitize_all
Template Parsing
----------------------------------------------------------------------------------------
.. autofunction:: exhale.utils.tokenize_template
.. autofunction:: exhale.utils.join_template_tokens
.. autofunction:: exhale.utils._join_template_args
|