summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/command_template
Commit message (Expand)AuthorAgeFilesLines
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-16/+4
* Cosmetic tweak.Greg Ward2000-05-301-1/+2
* Changed default developer name.Gregory P. Smith2000-05-131-1/+6
* Template for writing Distutils command modules.Gregory P. Smith2000-05-131-0/+39
| 11 + testing/033_internal.dox | 12 ++ testing/034/indexpage.xml | 29 +++ testing/034_internal.dox | 21 ++ testing/035/035__invariant_8c.xml | 45 ++++ testing/035_invariant.c | 15 ++ testing/036/036__link_8c.xml | 33 +++ testing/036_link.c | 16 ++ testing/037/class_receiver.xml | 42 ++++ testing/037/class_sender.xml | 42 ++++ testing/037_msc.cpp | 33 +++ testing/038/indexpage.xml | 12 ++ testing/038_n.dox | 7 + testing/039/class_test.xml | 74 +++++++ testing/039_name.cpp | 25 +++ testing/040/namespace_n_s.xml | 12 ++ testing/040_namespace.cpp | 10 + testing/041/class_test.xml | 100 +++++++++ testing/041_overload.cpp | 33 +++ testing/042/namespaceorg_1_1doxygen_1_1_test.xml | 12 ++ testing/042_package.java | 8 + testing/043/another.xml | 10 + testing/043/mypage.xml | 34 +++ testing/043_page.dox | 22 ++ testing/044/struct_s.xml | 129 +++++++++++ testing/044_section.h | 28 +++ testing/045/indexpage.xml | 21 ++ testing/045_refitem.dox | 20 ++ testing/046/046__related_8cpp.xml | 28 +++ testing/046/class_test.xml | 80 +++++++ testing/046_related.cpp | 28 +++ testing/047/047__return_8cpp.xml | 58 +++++ testing/047_return.cpp | 20 ++ testing/048/048__showinit_8c.xml | 42 ++++ testing/048_showinit.c | 13 ++ testing/049/indexpage.xml | 10 + testing/049_snippet.cpp | 13 ++ testing/050/indexpage.xml | 18 ++ testing/050_verbatim.dox | 14 ++ testing/051/indexpage.xml | 10 + testing/051_escape.dox | 18 ++ testing/052/indexpage.xml | 10 + testing/052_tilde.dox | 9 + testing/053/indexpage.xml | 10 + testing/053_tilde.dox | 10 + testing/Doxyfile | 6 + testing/README | 48 +++++ testing/example_test.cpp | 6 + testing/runtests.pl | 252 ++++++++++++++++++++++ testing/sample.bib | 7 + testing/sample.html | 1 + testing/sample.png | Bin 0 -> 3779 bytes testing/snippet_test.cpp | 41 ++++ 137 files changed, 4086 insertions(+) create mode 100644 testing/001/indexpage.xml create mode 100644 testing/001_a.dox create mode 100644 testing/002/indexpage.xml create mode 100644 testing/002_addindex.dox create mode 100644 testing/003/indexpage.xml create mode 100644 testing/003_anchor.dox create mode 100644 testing/004/indexpage.xml create mode 100644 testing/004_arg.dox create mode 100644 testing/005/indexpage.xml create mode 100644 testing/005_attention.dox create mode 100644 testing/006/indexpage.xml create mode 100644 testing/006_author.dox create mode 100644 testing/007/indexpage.xml create mode 100644 testing/007_b.dox create mode 100644 testing/008/008__brief_8c.xml create mode 100644 testing/008_brief.c create mode 100644 testing/009/bug.xml create mode 100644 testing/009/class_bug.xml create mode 100644 testing/009/class_deprecated.xml create mode 100644 testing/009/class_reminder.xml create mode 100644 testing/009/class_test.xml create mode 100644 testing/009/class_todo.xml create mode 100644 testing/009/deprecated.xml create mode 100644 testing/009/reminders.xml create mode 100644 testing/009/test.xml create mode 100644 testing/009/todo.xml create mode 100644 testing/009_bug.cpp create mode 100644 testing/010/indexpage.xml create mode 100644 testing/010_c.dox create mode 100644 testing/011/category_integer_07_arithmetic_08.xml create mode 100644 testing/011/interface_integer.xml create mode 100644 testing/011_category.m create mode 100644 testing/012/citelist.xml create mode 100644 testing/012/indexpage.xml create mode 100644 testing/012_cite.dox create mode 100644 testing/013/class_t1.xml create mode 100644 testing/013/class_t2.xml create mode 100644 testing/013/class_t3.xml create mode 100644 testing/013/class_t4.xml create mode 100644 testing/013_class.h create mode 100644 testing/014/indexpage.xml create mode 100644 testing/014_code.dox create mode 100644 testing/015/015__cond_8c.xml create mode 100644 testing/015_cond.c create mode 100644 testing/016/016__copydoc_8c.xml create mode 100644 testing/016_copydoc.c create mode 100644 testing/017/indexpage.xml create mode 100644 testing/017_copyright.dox create mode 100644 testing/018/018__def_8c.xml create mode 100644 testing/018_def.c create mode 100644 testing/019/group__g1.xml create mode 100644 testing/019/group__g2.xml create mode 100644 testing/019/group__g3.xml create mode 100644 testing/019_defgroup.c create mode 100644 testing/020/indexpage.xml create mode 100644 testing/020_only.dox create mode 100644 testing/021/indexpage.xml create mode 100644 testing/021_dontinclude.cpp create mode 100644 testing/022/indexpage.xml create mode 100644 testing/022_dot.cpp create mode 100644 testing/023/indexpage.xml create mode 100644 testing/023_e.dox create mode 100644 testing/024/indexpage.xml create mode 100644 testing/024_if.dox create mode 100644 testing/025/class_test.xml create mode 100644 testing/025/example_test_8cpp-example.xml create mode 100644 testing/025_example.cpp create mode 100644 testing/026/class_test.xml create mode 100644 testing/026_exception.cpp create mode 100644 testing/027/struct_car.xml create mode 100644 testing/027/struct_object.xml create mode 100644 testing/027/struct_truck.xml create mode 100644 testing/027/struct_vehicle.xml create mode 100644 testing/027_extends.c create mode 100644 testing/028/indexpage.xml create mode 100644 testing/028_formula.c create mode 100644 testing/029/029__hideinit_8c.xml create mode 100644 testing/029_hideinit.c create mode 100644 testing/030/indexpage.xml create mode 100644 testing/030_htmlinclude.dox create mode 100644 testing/031/indexpage.xml create mode 100644 testing/031_image.dox create mode 100644 testing/032/indexpage.xml create mode 100644 testing/032_include.cpp create mode 100644 testing/033/indexpage.xml create mode 100644 testing/033_internal.dox create mode 100644 testing/034/indexpage.xml create mode 100644 testing/034_internal.dox create mode 100644 testing/035/035__invariant_8c.xml create mode 100644 testing/035_invariant.c create mode 100644 testing/036/036__link_8c.xml create mode 100644 testing/036_link.c create mode 100644 testing/037/class_receiver.xml create mode 100644 testing/037/class_sender.xml create mode 100644 testing/037_msc.cpp create mode 100644 testing/038/indexpage.xml create mode 100644 testing/038_n.dox create mode 100644 testing/039/class_test.xml create mode 100644 testing/039_name.cpp create mode 100644 testing/040/namespace_n_s.xml create mode 100644 testing/040_namespace.cpp create mode 100644 testing/041/class_test.xml create mode 100644 testing/041_overload.cpp create mode 100644 testing/042/namespaceorg_1_1doxygen_1_1_test.xml create mode 100644 testing/042_package.java create mode 100644 testing/043/another.xml create mode 100644 testing/043/mypage.xml create mode 100644 testing/043_page.dox create mode 100644 testing/044/struct_s.xml create mode 100644 testing/044_section.h create mode 100644 testing/045/indexpage.xml create mode 100644 testing/045_refitem.dox create mode 100644 testing/046/046__related_8cpp.xml create mode 100644 testing/046/class_test.xml create mode 100644 testing/046_related.cpp create mode 100644 testing/047/047__return_8cpp.xml create mode 100644 testing/047_return.cpp create mode 100644 testing/048/048__showinit_8c.xml create mode 100644 testing/048_showinit.c create mode 100644 testing/049/indexpage.xml create mode 100644 testing/049_snippet.cpp create mode 100644 testing/050/indexpage.xml create mode 100644 testing/050_verbatim.dox create mode 100644 testing/051/indexpage.xml create mode 100644 testing/051_escape.dox create mode 100644 testing/052/indexpage.xml create mode 100644 testing/052_tilde.dox create mode 100644 testing/053/indexpage.xml create mode 100644 testing/053_tilde.dox create mode 100644 testing/Doxyfile create mode 100644 testing/README create mode 100644 testing/example_test.cpp create mode 100755 testing/runtests.pl create mode 100644 testing/sample.bib create mode 100644 testing/sample.html create mode 100644 testing/sample.png create mode 100644 testing/snippet_test.cpp diff --git a/testing/001/indexpage.xml b/testing/001/indexpage.xml new file mode 100644 index 0000000..06d680b --- /dev/null +++ b/testing/001/indexpage.xml @@ -0,0 +1,10 @@ + + + + index + My Project + + Text argument more text. + + + diff --git a/testing/001_a.dox b/testing/001_a.dox new file mode 100644 index 0000000..c37136b --- /dev/null +++ b/testing/001_a.dox @@ -0,0 +1,5 @@ +// objective: test the \a and \mainpage commands +// check: indexpage.xml +/** \mainpage + * Text \a argument more text. + */ diff --git a/testing/002/indexpage.xml b/testing/002/indexpage.xml new file mode 100644 index 0000000..1eba9d5 --- /dev/null +++ b/testing/002/indexpage.xml @@ -0,0 +1,15 @@ + + + + index + My Project + + + + keyword + + + + + + diff --git a/testing/002_addindex.dox b/testing/002_addindex.dox new file mode 100644 index 0000000..b1c941f --- /dev/null +++ b/testing/002_addindex.dox @@ -0,0 +1,5 @@ +// objective: test \addindex command +// check: indexpage.xml +/** \mainpage + * \addindex keyword + */ diff --git a/testing/003/indexpage.xml b/testing/003/indexpage.xml new file mode 100644 index 0000000..a4f42e2 --- /dev/null +++ b/testing/003/indexpage.xml @@ -0,0 +1,10 @@ + + + + index + My Project + + See Anchor Some text. More text. + + + diff --git a/testing/003_anchor.dox b/testing/003_anchor.dox new file mode 100644 index 0000000..b28fc5e --- /dev/null +++ b/testing/003_anchor.dox @@ -0,0 +1,8 @@ +// objective: test \anchor command +// check: indexpage.xml +/** \mainpage + * \ref myanchor "See Anchor" + * Some text. + * \anchor myanchor + * More text. + */ diff --git a/testing/004/indexpage.xml b/testing/004/indexpage.xml new file mode 100644 index 0000000..3d0a713 --- /dev/null +++ b/testing/004/indexpage.xml @@ -0,0 +1,13 @@ + + + + index + My Project + + AlignLeft left alignment. AlignCenter center alignment. AlignRight right alignment +No other types of alignment are supported. + AlignLeft left alignment. AlignCenter center alignment. AlignRight right alignment +No other types of alignment are supported. + + + diff --git a/testing/004_arg.dox b/testing/004_arg.dox new file mode 100644 index 0000000..c6ea8e5 --- /dev/null +++ b/testing/004_arg.dox @@ -0,0 +1,15 @@ +// objective: test \arg and \li commands +// check: indexpage.xml +/** \mainpage + \arg \c AlignLeft left alignment. + \arg \c AlignCenter center alignment. + \arg \c AlignRight right alignment + + No other types of alignment are supported. + + \li \c AlignLeft left alignment. + \li \c AlignCenter center alignment. + \li \c AlignRight right alignment + + No other types of alignment are supported. +*/ diff --git a/testing/005/indexpage.xml b/testing/005/indexpage.xml new file mode 100644 index 0000000..5a2e6f9 --- /dev/null +++ b/testing/005/indexpage.xml @@ -0,0 +1,35 @@ + + + + index + My Project + + + + Attention message. + + + Something to note. + + + A remark. + + + A warning message. + + + + <para>Second paragraph </para> + </simplesect> + <simplesect kind="par"> + <title>User defined paragraph. + Contents of paragraph. + + + + <para>More text in a new paragraph. </para> + </simplesect> + </para> + </detaileddescription> + </compounddef> +</doxygen> diff --git a/testing/005_attention.dox b/testing/005_attention.dox new file mode 100644 index 0000000..c3c390e --- /dev/null +++ b/testing/005_attention.dox @@ -0,0 +1,14 @@ +// objective: test \attention, \not, \remark, \warning, and \par commands +// check: indexpage.xml +/** \mainpage + * \attention Attention message. + * \note Something to note. + * \remark A remark. + * \warning A warning message. + * \par + * Second paragraph + * \par User defined paragraph. + * Contents of paragraph. + * \par + * More text in a new paragraph. + */ diff --git a/testing/006/indexpage.xml b/testing/006/indexpage.xml new file mode 100644 index 0000000..edb2904 --- /dev/null +++ b/testing/006/indexpage.xml @@ -0,0 +1,25 @@ +<?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 + + + + John Doe + + Jane Doe + + + David, Steven + + + version 1.2 + + + 1.8-beta2 + + + + + diff --git a/testing/006_author.dox b/testing/006_author.dox new file mode 100644 index 0000000..ba07c1e --- /dev/null +++ b/testing/006_author.dox @@ -0,0 +1,9 @@ +// objective: test the \author, \since, and \version command +// check: indexpage.xml +/** \mainpage + * \author John Doe + * \author Jane Doe + * \authors David, Steven + * \since version 1.2 + * \version 1.8-beta2 + */ 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 @@ + + + + index + My Project + + Text bold normal text. + + + diff --git a/testing/007_b.dox b/testing/007_b.dox new file mode 100644 index 0000000..887c19f --- /dev/null +++ b/testing/007_b.dox @@ -0,0 +1,5 @@ +// objective: test the \b command +// check: indexpage.xml +/** \mainpage + * Text \b bold normal text. + */ diff --git a/testing/008/008__brief_8c.xml b/testing/008/008__brief_8c.xml new file mode 100644 index 0000000..3416798 --- /dev/null +++ b/testing/008/008__brief_8c.xml @@ -0,0 +1,13 @@ + + + + 008_brief.c + + A brief description. + + + More details. + + + + diff --git a/testing/008_brief.c b/testing/008_brief.c new file mode 100644 index 0000000..773eaf1 --- /dev/null +++ b/testing/008_brief.c @@ -0,0 +1,7 @@ +// objective: test \brief and \file command +// check: 008__brief_8c.xml +/** \file + * \brief A brief description. + * + * More details. + */ diff --git a/testing/009/bug.xml b/testing/009/bug.xml new file mode 100644 index 0000000..1d80134 --- /dev/null +++ b/testing/009/bug.xml @@ -0,0 +1,26 @@ + + + + bug + Bug List + + + + + Class Bug + + + Class bug. + + + Member Bug::foo () + + + Function buglist item 1 in buglist item 2 in bug + + + + + + + diff --git a/testing/009/class_bug.xml b/testing/009/class_bug.xml new file mode 100644 index 0000000..75a3fa1 --- /dev/null +++ b/testing/009/class_bug.xml @@ -0,0 +1,43 @@ + + + + Bug + + + void + void Bug::foo + () + foo + + + + Description BugFunction buglist item 1 in buglist item 2 in bug + + More text. + + + + + + + + + + + + Bug + + Class bug. + + + + + + + + Bug + foo + + + + diff --git a/testing/009/class_deprecated.xml b/testing/009/class_deprecated.xml new file mode 100644 index 0000000..2420466 --- /dev/null +++ b/testing/009/class_deprecated.xml @@ -0,0 +1,41 @@ + + + + Deprecated + + + void + void Deprecated::deprecated + () + deprecated + + + + Do deprecated things. DeprecatedNo not use this function anymore. + + + + + + + + + + + + Deprecated + + This class is deprecated + + + + + + + + Deprecated + deprecated + + + + diff --git a/testing/009/class_reminder.xml b/testing/009/class_reminder.xml new file mode 100644 index 0000000..2f3c641 --- /dev/null +++ b/testing/009/class_reminder.xml @@ -0,0 +1,48 @@ + + + + Reminder + + + void + void Reminder::reminder + () + reminder + + + + + + Reminder + + Need to rework this before the next release. + + + + + + + + + + + + + + + Reminder + + A reminder + + + + + + + + Reminder + reminder + + + + diff --git a/testing/009/class_test.xml b/testing/009/class_test.xml new file mode 100644 index 0000000..505617f --- /dev/null +++ b/testing/009/class_test.xml @@ -0,0 +1,48 @@ + + + + Test + + + void + void Test::test + () + test + + + + + + Test + + more things to test. + + + + + + + + + + + + + + + Test + + This is part of testing + + + + + + + + Test + test + + + + diff --git a/testing/009/class_todo.xml b/testing/009/class_todo.xml new file mode 100644 index 0000000..0ac555f --- /dev/null +++ b/testing/009/class_todo.xml @@ -0,0 +1,48 @@ + + + + Todo + + + void + void Todo::todo + () + todo + + + + + + Todo + + more things to do here + + + + + + + + + + + + + + + Todo + + This still needs to be done. + + + + + + + + Todo + todo + + + + diff --git a/testing/009/deprecated.xml b/testing/009/deprecated.xml new file mode 100644 index 0000000..0613b25 --- /dev/null +++ b/testing/009/deprecated.xml @@ -0,0 +1,25 @@ + + + + deprecated + Deprecated List + + +