Warning, /frameworks/ktexttemplate/docs/Doxyfile.local is written in an unsupported language. File is not indexed.
0001 ### KApiDox Project-specific Overrides File 0002 0003 # define so that deprecated API is not skipped 0004 PREDEFINED += \ 0005 KTEXTTEMPLATE_EXPORT= \ 0006 "KTEXTTEMPLATE_ENABLE_DEPRECATED_SINCE(x, y)=1" \ 0007 "KTEXTTEMPLATE_BUILD_DEPRECATED_SINCE(x, y)=1" \ 0008 "KTEXTTEMPLATE_DEPRECATED_VERSION(x, y, t)=" 0009 # expand so that doxygen uses "Template" as class 0010 EXPAND_AS_DEFINED += TemplateImpl 0011 ALIASES += \ 0012 gr_tag{1}="<tt>{% \1 %}</tt>" \ 0013 gr_var{1}="<tt>{{ \1 }}</tt>"