diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:54 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-15 10:46:54 +0900 |
commit | 835421dad74e8989002b592f703a23d87f211df0 (patch) | |
tree | eea52c11485e8bd8c67d217390f346d7ff392a2b /testing/007/indexpage.xml | |
parent | b7b8bd24feb1363d7d84d030b9ea688fe2f149de (diff) | |
download | doxygen-835421dad74e8989002b592f703a23d87f211df0.tar.gz doxygen-835421dad74e8989002b592f703a23d87f211df0.tar.bz2 doxygen-835421dad74e8989002b592f703a23d87f211df0.zip |
Imported Upstream version 1.8.5upstream/1.8.5
Diffstat (limited to 'testing/007/indexpage.xml')
-rw-r--r-- | testing/007/indexpage.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/007/indexpage.xml b/testing/007/indexpage.xml new file mode 100644 index 0000000..9b22813 --- /dev/null +++ b/testing/007/indexpage.xml @@ -0,0 +1,10 @@ +<?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="indexpage" kind="page"> + <compoundname>index</compoundname> + <title>My Project</title> + <detaileddescription> + <para>Text <bold>bold</bold> normal text. </para> + </detaileddescription> + </compounddef> +</doxygen> |