Home
last modified time | relevance | path

Searched refs:annotatedInterfaces (Results 1 – 3 of 3) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dindex.h237 extern int annotatedInterfaces;
H A Dindex.cpp59 int annotatedInterfaces; variable
93annotatedInterfaces = sliceOpt ? countAnnotatedClasses(&annotatedInterfacesPrinted, ClassDe… in countDataStructures()
2256 if (annotatedInterfaces==0) return; in writeAlphabeticalInterfaceIndex()
2275 writeAlphabeticalClassList(ol, ClassDef::Interface, annotatedInterfaces); in writeAlphabeticalInterfaceIndex()
2458 AnnotatedIndexContext(annotatedInterfaces,annotatedInterfacesPrinted, in writeAnnotatedInterfaceIndex()
4796 if (sliceOpt && annotatedInterfaces>0 && addToIndex) in writeIndexHierarchyEntries()
5003 case LayoutNavEntry::Interfaces: return annotatedInterfaces>0; in quickLinkVisible()
5004 case LayoutNavEntry::InterfaceList: return annotatedInterfaces>0; in quickLinkVisible()
5005 case LayoutNavEntry::InterfaceIndex: return annotatedInterfaces>0; in quickLinkVisible()
H A Dhtmlgen.cpp2318 case LayoutNavEntry::Interfaces: return annotatedInterfaces>0; in quickLinkVisible()
2319 case LayoutNavEntry::InterfaceList: return annotatedInterfaces>0; in quickLinkVisible()
2320 case LayoutNavEntry::InterfaceIndex: return annotatedInterfaces>0; in quickLinkVisible()