The <cxxTypedefAPIItemLocation> element is defined within <cxxTypedefDefinition>. <cxxTypedefAPIItemLocation> specifies the location of the API.
The <cxxTypedefAPIItemLocation> element must contain the location of the API declaration using <cxxTypedefDeclarationFile> and <cxxTypedefDeclarationFileLine>; the location of the API definition is optional.
<cxxTypedefAPIItemLocation> <cxxTypedefDeclarationFile name="filePath" value="D:/src/include/headerfile.h"/> <cxxTypedefDeclarationFileLine name="lineNumber" value="775"/> <cxxTypedefDefinitionFile name="filePath" value="D:/src/include/headerfile.h"/> </cxxTypedefAPIItemLocation>
(cxxTypedefDeclarationFile then cxxTypedefDeclarationFileLine )