diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2018-12-31 14:39:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2018-12-31 14:39:00 (GMT) |
commit | 36b69fbd6ada3764daad8c7c0b880b6bb3784a48 (patch) | |
tree | 0b575b6fe39fcb9b2fb33ea6b18d88bc1bc9bf27 /testing/079/empty.xml | |
parent | d57ce63ad7dc2bc61d05980e984408f1b63ff59d (diff) | |
parent | ddd5dac97e2dc0af0976a765ea405ba24e136349 (diff) | |
download | Doxygen-36b69fbd6ada3764daad8c7c0b880b6bb3784a48.zip Doxygen-36b69fbd6ada3764daad8c7c0b880b6bb3784a48.tar.gz Doxygen-36b69fbd6ada3764daad8c7c0b880b6bb3784a48.tar.bz2 |
Merge branch 'mosra-invalid-xml-for-empty-toc'
Diffstat (limited to 'testing/079/empty.xml')
-rw-r--r-- | testing/079/empty.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/079/empty.xml b/testing/079/empty.xml new file mode 100644 index 0000000..3e1d691 --- /dev/null +++ b/testing/079/empty.xml @@ -0,0 +1,12 @@ +<?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="empty" kind="page"> + <compoundname>empty</compoundname> + <title>An empty page</title> + <briefdescription> + </briefdescription> + <detaileddescription> +<para>With an empty TOC. </para> + </detaileddescription> + </compounddef> +</doxygen> |