summaryrefslogtreecommitdiffstats
path: root/testing/009
diff options
context:
space:
mode:
authorVladimír Vondruš <mosra@centrum.cz>2017-11-25 18:27:15 (GMT)
committerVladimír Vondruš <mosra@centrum.cz>2017-11-25 18:27:15 (GMT)
commitbd2cf98e75c600e0c2f5ae95301df8745d65571a (patch)
treee501645f24a98b742cf52d71ce16d8609443bcb1 /testing/009
parent4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff)
downloadDoxygen-bd2cf98e75c600e0c2f5ae95301df8745d65571a.zip
Doxygen-bd2cf98e75c600e0c2f5ae95301df8745d65571a.tar.gz
Doxygen-bd2cf98e75c600e0c2f5ae95301df8745d65571a.tar.bz2
Provide page brief in <briefdescription> of XML output.
Until now the brief description of pages was prepended to the <detaileddescription> element and the <briefdescription> element was not present at all, which meant there was no easy way to extract the brief description for purposes of creating a page index, for example. With this patch, the brief description is included in both <briefdescription> and <detaileddescription>, thus duplicated, to avoid backwards compatibility issues.
Diffstat (limited to 'testing/009')
-rw-r--r--testing/009/bug.xml2
-rw-r--r--testing/009/deprecated.xml2
-rw-r--r--testing/009/reminders.xml2
-rw-r--r--testing/009/test.xml2
-rw-r--r--testing/009/todo.xml2
5 files changed, 10 insertions, 0 deletions
diff --git a/testing/009/bug.xml b/testing/009/bug.xml
index 1d80134..a6dfe88 100644
--- a/testing/009/bug.xml
+++ b/testing/009/bug.xml
@@ -3,6 +3,8 @@
<compounddef id="bug" kind="page">
<compoundname>bug</compoundname>
<title>Bug List</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>
<variablelist>
diff --git a/testing/009/deprecated.xml b/testing/009/deprecated.xml
index 0613b25..5db2acd 100644
--- a/testing/009/deprecated.xml
+++ b/testing/009/deprecated.xml
@@ -3,6 +3,8 @@
<compounddef id="deprecated" kind="page">
<compoundname>deprecated</compoundname>
<title>Deprecated List</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>
<variablelist>
diff --git a/testing/009/reminders.xml b/testing/009/reminders.xml
index e9983ed..a5c5560 100644
--- a/testing/009/reminders.xml
+++ b/testing/009/reminders.xml
@@ -3,6 +3,8 @@
<compounddef id="reminders" kind="page">
<compoundname>reminders</compoundname>
<title>Reminders</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>
<variablelist>
diff --git a/testing/009/test.xml b/testing/009/test.xml
index 14395bf..e206440 100644
--- a/testing/009/test.xml
+++ b/testing/009/test.xml
@@ -3,6 +3,8 @@
<compounddef id="test" kind="page">
<compoundname>test</compoundname>
<title>Test List</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>
<variablelist>
diff --git a/testing/009/todo.xml b/testing/009/todo.xml
index 4b731e3..88d050e 100644
--- a/testing/009/todo.xml
+++ b/testing/009/todo.xml
@@ -3,6 +3,8 @@
<compounddef id="todo" kind="page">
<compoundname>todo</compoundname>
<title>Todo List</title>
+ <briefdescription>
+ </briefdescription>
<detaileddescription>
<para>
<variablelist>