diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 19:46:35 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-19 19:46:35 (GMT) |
commit | 5875da6cae352bbcbe64f537ccfcfab08ad98b3f (patch) | |
tree | 1f707443b228c25e2d0389133b8e697e88a11426 /testing/048 | |
parent | ea7a639c40a88c0de4baad4c0ffd5ae4b4065969 (diff) | |
download | Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.zip Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.gz Doxygen-5875da6cae352bbcbe64f537ccfcfab08ad98b3f.tar.bz2 |
Added regression test suite
Diffstat (limited to 'testing/048')
-rw-r--r-- | testing/048/048__showinit_8c.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testing/048/048__showinit_8c.xml b/testing/048/048__showinit_8c.xml new file mode 100644 index 0000000..a44ccb9 --- /dev/null +++ b/testing/048/048__showinit_8c.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> + <compounddef id="048__showinit_8c" kind="file"> + <compoundname>048_showinit.c</compoundname> + <sectiondef kind="var"> + <memberdef kind="variable" id="048__showinit_8c_1a799f44203647e4c53bdb0386aa95680f" prot="public" static="no" mutable="no"> + <type>int</type> + <definition>int var1</definition> + <argsstring/> + <name>var1</name> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>a variable with initializer hidden due to MAX_INITIALIZER_LINES </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="048_showinit.c" bodystart="8" bodyend="-1"/> + </memberdef> + <memberdef kind="variable" id="048__showinit_8c_1ac0da06d47d79ad4b9fb1c0eaf1118c3f" prot="public" static="no" mutable="no"> + <type>int</type> + <definition>int var2</definition> + <argsstring/> + <name>var2</name> + <initializer>= 20</initializer> + <briefdescription> + </briefdescription> + <detaileddescription> + <para>a variable with initializer visible </para> + </detaileddescription> + <inbodydescription> + </inbodydescription> + <location file="048_showinit.c" bodystart="13" bodyend="-1"/> + </memberdef> + </sectiondef> + <briefdescription> + </briefdescription> + <detaileddescription> + </detaileddescription> + <location file="048_showinit.c"/> + </compounddef> +</doxygen> |