Previous Table of Contents Next


7.8 Identifier Information File

   The Identifier Information file is a text file in XML format that collects identifiers.

   .

<module>* module information
<name>~</name>
<name_to>~</name_to>?
<interface>* interface information
<name>~</name>
<name_to>~</name_to>?
<typedef>* typedef information(includes struct, enum)
<name>~</name>
<name_to>~</name_to>?
</typedef>
<exception>* exception information
<name>~</name>
<name_to>~</name_to>?
</exception>
<method>* method information
<name>~</name>
<name_to>~</name_to>?
</method>
</interface>
</module>

   *: 0 or more?: 0 or 1 +: 1 or more