diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-08 18:55:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-01-08 18:55:03 (GMT) |
commit | fec80946ad8a21d81aab23896a816122ade245d3 (patch) | |
tree | 2662feb93bc2e6f98089ae151020093fbbeb5431 /testing | |
parent | 08c27fdc4cffa3a30d3d2e2b9ea447146aad25ce (diff) | |
download | Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.zip Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.tar.gz Doxygen-fec80946ad8a21d81aab23896a816122ade245d3.tar.bz2 |
Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max length limitation
Diffstat (limited to 'testing')
-rw-r--r-- | testing/080/class_interface.xml (renamed from testing/081/class_interface.xml) | 12 | ||||
-rw-r--r-- | testing/080_extract_private_virtual.cpp (renamed from testing/081_extract_private_virtual.cpp) | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/testing/081/class_interface.xml b/testing/080/class_interface.xml index 2385b86..06e0bb5 100644 --- a/testing/081/class_interface.xml +++ b/testing/080/class_interface.xml @@ -16,7 +16,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="081_extract_private_virtual.cpp" line="13" column="1"/> + <location file="080_extract_private_virtual.cpp" line="13" column="1"/> </memberdef> </sectiondef> <sectiondef kind="private-func"> @@ -33,7 +33,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="081_extract_private_virtual.cpp" line="21" column="1"/> + <location file="080_extract_private_virtual.cpp" line="21" column="1"/> </memberdef> <memberdef kind="function" id="class_interface_1ad13fffb1181ab0da1f8fbb586eff9afe" prot="private" static="no" const="no" explicit="no" inline="no" virt="virtual"> <type>void</type> @@ -48,7 +48,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="081_extract_private_virtual.cpp" line="28" column="1"/> + <location file="080_extract_private_virtual.cpp" line="28" column="1"/> </memberdef> <memberdef kind="function" id="class_interface_1a46062977049a7c2c2c141e4487e954b8" prot="private" static="no" const="no" explicit="no" inline="no" virt="virtual"> <type>void</type> @@ -61,7 +61,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="081_extract_private_virtual.cpp" line="31" column="1"/> + <location file="080_extract_private_virtual.cpp" line="31" column="1"/> </memberdef> <memberdef kind="function" id="class_interface_1a108dce1debd0596b57e7985bbb0f63a1" prot="private" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>void</type> @@ -75,7 +75,7 @@ </detaileddescription> <inbodydescription> </inbodydescription> - <location file="081_extract_private_virtual.cpp" line="34" column="1"/> + <location file="080_extract_private_virtual.cpp" line="34" column="1"/> </memberdef> </sectiondef> <briefdescription> @@ -83,7 +83,7 @@ </briefdescription> <detaileddescription> </detaileddescription> - <location file="081_extract_private_virtual.cpp" line="6" column="1" bodyfile="081_extract_private_virtual.cpp" bodystart="6" bodyend="35"/> + <location file="080_extract_private_virtual.cpp" line="6" column="1" bodyfile="080_extract_private_virtual.cpp" bodystart="6" bodyend="35"/> <listofallmembers> <member refid="class_interface_1a328e0a16ccee5d796ca93801a055d27d" prot="private" virt="pure-virtual"> <scope>Interface</scope> diff --git a/testing/081_extract_private_virtual.cpp b/testing/080_extract_private_virtual.cpp index ce4ed30..1f06b4e 100644 --- a/testing/081_extract_private_virtual.cpp +++ b/testing/080_extract_private_virtual.cpp @@ -1,6 +1,6 @@ // objective: allow linking to private virtual functions // check: class_interface.xml -// config: EXTRACT_PRIVATE_VIRTUAL = YES +// config: EXTRACT_PRIV_VIRTUAL = YES /** @brief An interface */ class Interface { |