Return dependency expression translated to a form suitable for comments in headers of emitted C code, as used by the docgenerator.
(dependency)
| 278 | |
| 279 | # aka specmacros = False |
| 280 | def dependencyLanguageComment(dependency): |
| 281 | """Return dependency expression translated to a form suitable for |
| 282 | comments in headers of emitted C code, as used by the |
| 283 | docgenerator.""" |
| 284 | return dependencyLanguage(dependency, leafMarkup = markupPassthrough, opMarkup = opMarkupAsciidoc, parenthesize = True) |
| 285 | |
| 286 | # aka specmacros = True |
| 287 | def dependencyLanguageSpecMacros(dependency): |
no test coverage detected