Searched refs:namespaces (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/docs/ |
D | doc_builder.py | 229 namespaces = {} variable 350 namespaces=set(), 366 elif type_ in namespaces: 367 self._deps['namespaces'].add(namespaces[type_]) 467 if name in namespaces: 468 self.__dict__.update(namespaces[name].__dict__) 470 namespaces[name] = self 707 namespaces=set(), 726 elif type_ in namespaces: 727 self._deps['namespaces'].add(namespaces[type_]) [all …]
|
D | README.md | 59 …se code elements (names of macros, enum/struct/union types, variables, namespaces, typedefs and fu…
|
D | Doxyfile | 259 # for that language. For instance, namespaces will be presented as packages, 316 # classes, or namespaces to their corresponding documentation. Such a link can 474 # If this flag is set to YES, the members of anonymous namespaces will be 603 # fully-qualified names, including namespaces. If set to NO, the class list will 857 # (namespaces, classes, functions, etc.) that should be excluded from the
|