Tue Nov 11 00:44:12 2008 UTC ()
Update to 1.5.7.1:

Doxygen Release 1.5.7.1
(release date 5-10-2008)
Changes

    * The dot tool is no longer part of the doxygen package for
    MacOSX. Please install GraphViz separately and set the dot path
    to /usr/local/bin

New features

    * Added option DOT_FONTSIZE which allows to set the size of
    the fonts used in dot generated graphs.

Bug fixes

    * id 554432: Re-added ALPHABETICAL_INDEX option.
    * id 554379: Fixed internal error for GENERATE_INDEXLOG when
    GENERATE_HTML was set to NO.
    * id 554546: Included fix for handling relative includes in
    the preprocessor.
    * Included several VHDL fixes related to syntax highlighting,
    finding class members, and mixing upper and lower case.
    * Included patch to allow setting DEST_DIR environment variable
    to determine where to install doxygen.

Doxygen Release 1.5.7
(release date 28-9-2008)
Changes

    * The default CSS style sheet has been cleaned up and simplified,
    thanks to the work done by Quinn Taylor.

New features

    * Added new config options GENERATE_QHP which enables generating
    .qch (Qt compiled help) file via the Qt's qthelpgenerator tool
    (part of Qt 4.4+). This type of files can be read with Qt's
    Assisant to browse the documentation in a similar way as is
    possible with Microsoft's compiled HTML help (.chm). To further
    customize the output and run the help generator from within
    doxygen, the following options are available: QCH_FILE,
    QHP_NAMESPACE, QHP_VIRTUAL_FOLDER, QHG_LOCATION. Thanks to
    Sebastian Pipping for the patch.
    * Add new option SYMBOL_CACHE_SIZE to allow a different trade
    off between doxygen's memory usage and the amount of disk
    accesses.
    * id 532695: Added 3 new commands: \extends, \implements, and
    \memberof that allow object oriented constructs to be documented
    as such for languages that do not support it natively (e.g. C)
    * Added better support for one line comments after VHDL types.
    * Added new option LAYOUT_FILE which can be used to specify a
    layout template file that tells doxygen in which order to
    generate the output and which titles to use for headings and
    how the navigation index will look; Read this for more info.
    As a result the following options are now obsolete since they
    can now only be controlled via the layout file: DETAILS_AT_TOP,
    ALPHABETICAL_INDEX. The following options can also be set via
    the layout file, but for convenience and backward compatibility
    reasons they are still also part of the configuration file:
    SHOW_INCLUDE_FILES, SHOW_USED_FILES, CLASS_GRAPH, COLLABORATION_GRAPH,
    GROUP_GRAPHS, INCLUDE_GRAPH, INCLUDED_BY_GRAPH. Run doxygen
    with the -l option to generate the default layout file.
    * Included update for the Macedonian, Catalan, Brazilian, and
    Serbian translation and also support for Serbian with Cyrilic
    characters.

Bug fixes (ids refer to the bugzilla database)

    * id 140264, 332187, 541924: Sections inside a \subpage where
    not shown as subsection in the LaTeX/RTF output.
    * id 155098,156188: Added support for UTF-8 special characters
    in identifiers (which is allowed by e.g. C#).
    * id 304598: operator-- caused invalid HTML output.
    * id 324047: parameter type [in or out] were not generated in
    RTF document
    * id 363499: @todo and friends did not work in a comment marked
    with @dir.
    * id 445485: HTML commands in a comment block with attribute
    values without quotes were not handled properly.
    * id 533855: Processes were always documented as anonymous in
    VHDL code.
    * id 535379: Added support for %{...%} blocks in XPCOM's IDL.
    * id 536298: Last port in a VHDL port list was not correctly
    put in a member group.
    * id 536385: Fixed problem matching function prototype and
    implementation under certain conditions.
    * id 536629: Fixed compilation issue on NetBSD.
    * id 537393: Properties in Python were not properly handled.
    * id 538065: Added support for @optional and @required in
    Objective C 2.0 protocols.
    * id 538239: Some unlabeled VHDL processes were not corrected
    detected.
    * id 538515: Deriving a Objective-C interface from a protocol
    caused parsing problems if the interface also has a body.
    * id 539057: Part of an Objective-C expression could be missing
    in the source browser under certain conditions.
    * id 539590: Generic C# classes with the same name but different
    template arguments were no longer treated as different classes.
    * id 539712: Fixed code parser issue for parameter indices of
    procedures and functions.
    * id 540058: Creator code was wrong in the MacOSX application
    bundle.
    * id 540372: Fixed problem parsing large table by increasing
    YY_READ_BUF_SIZE in the generated parser files.
    * id 540247: Fixed potential memory corruption issue parsing
    VHDL.
    * id 541113: Fixed locale for ctype, to avoid stripping of 0xA0
    from multi-byte UTF-8 characters.
    * id 544479: SORT_MEMBER_DOCS did not work for class members.
    * id 546621: Fixed makefile so that .svn stuff is removed from
    the tarball when doing "make archive".
    * id 546812: Using a table with row span greater than 1 did
    not produce correct LaTeX output.
    * id 545098: Fixed problem parsing where clauses in combination
    with C# generics.
    * id 545503: Nameless parameters of type "struct A" could end
    up wrongly in the XML output.
    * id 545970: Refering to the main page did not work as advertised.
    * id 546158: The variable defined inside a foreach statement
    in C# code was not considered for source linking, cause
    potentially incomplete call graphs.
    * id 547361: Linking to specialized template functions did not
    work.
    * id 548175: Fixed problem parsing class members within a class
    X, inside a namespace that is also named X.
    * id 548443: Documenting a nested namespace/classes with
    @namespace X.Y did not work for C# (only X::Y worked).
    * id 548489: C++/CLI classes of type sealed abstract were not
    processed correctly.
    * id 549318: Some headings in the user manual where wrongly
    formatted.
    * id 549581: Fixed potential buffer overflow in preprocessor.
    * id 550058: Obj-C: properties for private fields did not appear
    in the output unless EXTRACT_PRIVATE was enabled.
    * id 550156: Corrected typo in the documentation for
    GENERATE_TREEVIEW.
    * id 550247: Fixed problem parsing octal character literals in
    the preprocessing phase.
    * id 551739: Related function with explicit namespace scope
    was not properly placed if the function also existed in the
    global namespace.
    * id 552115: Anonymous structs and unions could produce invalid
    links in the html help index.
    * id 552361: Fixed problem with operators in the LaTeX output.
    * id 552600: \copybrief ended a brief description instead of
    appending to it.
    * id 553469: Removed bogus warning about internal inconsistency
    when importing items via a tagfiles that are inside an undocumented
    scope.
    * id 553616: One can now remove the automatic line breaks in
    the type part of a declaration by using a custom stylesheet
    with BR.typebreak { display: none; }
    * id 553663: Aliases did not work in Fortan comments.
    * id 549022: Reimplemented in links could be wrong in case of
    overloaded members.
    * id 553225: Parser was confused by arrays inside an Obj-C
    message.
    * Finnish translation was disabled.
    * A collaboration graph with multiple edge labels with not
    written to the XML output correctly.
    * sub pages of a \mainpage were not shown in the Latex/RTF
    output.
    * Included some fixed for the VHDL parser.


(wiz)
diff -r1.63 -r1.64 pkgsrc/devel/doxygen/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/doxygen/PLIST
diff -r1.32 -r1.33 pkgsrc/devel/doxygen/distinfo
diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/patch-aa
diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/patch-af
diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/patch-ah
diff -r1.10 -r1.11 pkgsrc/devel/doxygen/patches/patch-ab
diff -r1.6 -r0 pkgsrc/devel/doxygen/patches/patch-ad

cvs diff -r1.63 -r1.64 pkgsrc/devel/doxygen/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/Makefile 2008/08/19 16:35:25 1.63
+++ pkgsrc/devel/doxygen/Makefile 2008/11/11 00:44:12 1.64
@@ -1,39 +1,39 @@ @@ -1,39 +1,39 @@
1# $NetBSD: Makefile,v 1.63 2008/08/19 16:35:25 tron Exp $ 1# $NetBSD: Makefile,v 1.64 2008/11/11 00:44:12 wiz Exp $
2 2
3DISTNAME= doxygen-1.5.6.src 3DISTNAME= doxygen-1.5.7.1.src
4PKGNAME= doxygen-1.5.6 4PKGNAME= ${DISTNAME:S/.src//}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ 6MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
7 http://ftp.stack.nl/pub/users/dimitri/ 7 http://ftp.stack.nl/pub/users/dimitri/
8 8
9MAINTAINER= recht@NetBSD.org 9MAINTAINER= recht@NetBSD.org
10HOMEPAGE= http://www.doxygen.org/ 10HOMEPAGE= http://www.doxygen.org/
11COMMENT= Documentation system for C++, Java, IDL and C 11COMMENT= Documentation system for C++, Java, IDL and C
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15TEX_ACCEPTED= teTeX3 15TEX_ACCEPTED= teTeX3
16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 16WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
17UNLIMIT_RESOURCES+= datasize 17UNLIMIT_RESOURCES+= datasize
18USE_TOOLS+= gmake gs:run perl:run bison flex 18USE_TOOLS+= gmake gs:run perl:run bison flex
19USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
20HAS_CONFIGURE= yes 20HAS_CONFIGURE= yes
21CONFIGURE_ARGS+= --make ${GMAKE} 21CONFIGURE_ARGS+= --make ${GMAKE}
22CONFIGURE_ARGS+= --perl ${PERL5} 22CONFIGURE_ARGS+= --perl ${PERL5}
23CONFIGURE_ARGS+= --install ${INSTALL} 23CONFIGURE_ARGS+= --install ${INSTALL}
24CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot 24CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot
25CONFIGURE_ARGS+= --prefix ${PREFIX} 25CONFIGURE_ARGS+= --prefix ${PREFIX}
26CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc 26CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc/doxygen
27MAKE_ENV+= PKGSRC_CFLAGS=${CFLAGS:Q} 27MAKE_ENV+= PKGSRC_CFLAGS=${CFLAGS:Q}
28MAKE_FLAGS+= MAN1DIR=${PKGMANDIR}/man1 28MAKE_FLAGS+= MAN1DIR=${PKGMANDIR}/man1
29 29
30PLIST_VARS+= ci cs 30PLIST_VARS+= ci cs
31 31
32.if exists(./descr) 32.if exists(./descr)
33PLIST.ci= yes # case-insensitive 33PLIST.ci= yes # case-insensitive
34.else 34.else
35PLIST.cs= yes # case-sensitive 35PLIST.cs= yes # case-sensitive
36.endif 36.endif
37 37
38SUBST_CLASSES+= pybin 38SUBST_CLASSES+= pybin
39SUBST_STAGE.pybin= pre-configure 39SUBST_STAGE.pybin= pre-configure

cvs diff -r1.20 -r1.21 pkgsrc/devel/doxygen/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/PLIST 2008/08/19 16:35:25 1.20
+++ pkgsrc/devel/doxygen/PLIST 2008/11/11 00:44:12 1.21
@@ -1,84 +1,88 @@ @@ -1,84 +1,88 @@
1@comment $NetBSD: PLIST,v 1.20 2008/08/19 16:35:25 tron Exp $ 1@comment $NetBSD: PLIST,v 1.21 2008/11/11 00:44:12 wiz Exp $
2bin/doxygen 2bin/doxygen
3bin/doxytag 3bin/doxytag
4man/man1/doxygen.1 4man/man1/doxygen.1
5man/man1/doxytag.1 5man/man1/doxytag.1
6share/doc/doxygen/doxygen_manual.pdf 6share/doc/doxygen/doxygen_manual.pdf
7share/doc/doxygen/examples/Makefile 7share/doc/doxygen/examples/Makefile
8share/doc/doxygen/examples/Makefile.in 8share/doc/doxygen/examples/Makefile.in
9share/doc/doxygen/examples/Makefile.win.in 9share/doc/doxygen/examples/Makefile.win.in
10share/doc/doxygen/examples/afterdoc.cfg 10share/doc/doxygen/examples/afterdoc.cfg
11share/doc/doxygen/examples/afterdoc.h 11share/doc/doxygen/examples/afterdoc.h
12share/doc/doxygen/examples/afterdoc/html/afterdoc_8h-source.html 12share/doc/doxygen/examples/afterdoc/html/afterdoc_8h-source.html
13share/doc/doxygen/examples/afterdoc/html/annotated.html 13share/doc/doxygen/examples/afterdoc/html/annotated.html
14share/doc/doxygen/examples/afterdoc/html/class_test-members.html 14share/doc/doxygen/examples/afterdoc/html/class_test-members.html
15share/doc/doxygen/examples/afterdoc/html/class_test.html 15share/doc/doxygen/examples/afterdoc/html/class_test.html
 16share/doc/doxygen/examples/afterdoc/html/classes.html
16share/doc/doxygen/examples/afterdoc/html/doxygen.css 17share/doc/doxygen/examples/afterdoc/html/doxygen.css
17share/doc/doxygen/examples/afterdoc/html/doxygen.png 18share/doc/doxygen/examples/afterdoc/html/doxygen.png
18share/doc/doxygen/examples/afterdoc/html/files.html 19share/doc/doxygen/examples/afterdoc/html/files.html
19share/doc/doxygen/examples/afterdoc/html/functions.html 20share/doc/doxygen/examples/afterdoc/html/functions.html
20share/doc/doxygen/examples/afterdoc/html/functions_enum.html 21share/doc/doxygen/examples/afterdoc/html/functions_enum.html
21share/doc/doxygen/examples/afterdoc/html/functions_eval.html 22share/doc/doxygen/examples/afterdoc/html/functions_eval.html
22share/doc/doxygen/examples/afterdoc/html/functions_func.html 23share/doc/doxygen/examples/afterdoc/html/functions_func.html
23share/doc/doxygen/examples/afterdoc/html/functions_vars.html 24share/doc/doxygen/examples/afterdoc/html/functions_vars.html
24share/doc/doxygen/examples/afterdoc/html/index.html 25share/doc/doxygen/examples/afterdoc/html/index.html
25share/doc/doxygen/examples/afterdoc/html/tab_b.gif 26share/doc/doxygen/examples/afterdoc/html/tab_b.gif
26share/doc/doxygen/examples/afterdoc/html/tab_l.gif 27share/doc/doxygen/examples/afterdoc/html/tab_l.gif
27share/doc/doxygen/examples/afterdoc/html/tab_r.gif 28share/doc/doxygen/examples/afterdoc/html/tab_r.gif
28share/doc/doxygen/examples/afterdoc/html/tabs.css 29share/doc/doxygen/examples/afterdoc/html/tabs.css
29share/doc/doxygen/examples/author.cfg 30share/doc/doxygen/examples/author.cfg
30share/doc/doxygen/examples/author.cpp 31share/doc/doxygen/examples/author.cpp
31share/doc/doxygen/examples/author/html/annotated.html 32share/doc/doxygen/examples/author/html/annotated.html
32share/doc/doxygen/examples/author/html/bug.html 33share/doc/doxygen/examples/author/html/bug.html
33share/doc/doxygen/examples/author/html/class_windows_n_t.html 34share/doc/doxygen/examples/author/html/class_windows_n_t.html
 35share/doc/doxygen/examples/author/html/classes.html
34share/doc/doxygen/examples/author/html/doxygen.css 36share/doc/doxygen/examples/author/html/doxygen.css
35share/doc/doxygen/examples/author/html/doxygen.png 37share/doc/doxygen/examples/author/html/doxygen.png
36share/doc/doxygen/examples/author/html/index.html 38share/doc/doxygen/examples/author/html/index.html
37share/doc/doxygen/examples/author/html/pages.html 39share/doc/doxygen/examples/author/html/pages.html
38share/doc/doxygen/examples/author/html/tab_b.gif 40share/doc/doxygen/examples/author/html/tab_b.gif
39share/doc/doxygen/examples/author/html/tab_l.gif 41share/doc/doxygen/examples/author/html/tab_l.gif
40share/doc/doxygen/examples/author/html/tab_r.gif 42share/doc/doxygen/examples/author/html/tab_r.gif
41share/doc/doxygen/examples/author/html/tabs.css 43share/doc/doxygen/examples/author/html/tabs.css
42share/doc/doxygen/examples/autolink.cfg 44share/doc/doxygen/examples/autolink.cfg
43share/doc/doxygen/examples/autolink.cpp 45share/doc/doxygen/examples/autolink.cpp
44share/doc/doxygen/examples/autolink/html/annotated.html 46share/doc/doxygen/examples/autolink/html/annotated.html
45share/doc/doxygen/examples/autolink/html/autolink_8cpp.html 47share/doc/doxygen/examples/autolink/html/autolink_8cpp.html
46share/doc/doxygen/examples/autolink/html/class_test-members.html 48share/doc/doxygen/examples/autolink/html/class_test-members.html
47share/doc/doxygen/examples/autolink/html/class_test.html 49share/doc/doxygen/examples/autolink/html/class_test.html
 50share/doc/doxygen/examples/autolink/html/classes.html
48share/doc/doxygen/examples/autolink/html/doxygen.css 51share/doc/doxygen/examples/autolink/html/doxygen.css
49share/doc/doxygen/examples/autolink/html/doxygen.png 52share/doc/doxygen/examples/autolink/html/doxygen.png
50share/doc/doxygen/examples/autolink/html/files.html 53share/doc/doxygen/examples/autolink/html/files.html
51share/doc/doxygen/examples/autolink/html/functions.html 54share/doc/doxygen/examples/autolink/html/functions.html
52share/doc/doxygen/examples/autolink/html/functions_enum.html 55share/doc/doxygen/examples/autolink/html/functions_enum.html
53share/doc/doxygen/examples/autolink/html/functions_eval.html 56share/doc/doxygen/examples/autolink/html/functions_eval.html
54share/doc/doxygen/examples/autolink/html/functions_func.html 57share/doc/doxygen/examples/autolink/html/functions_func.html
55share/doc/doxygen/examples/autolink/html/functions_vars.html 58share/doc/doxygen/examples/autolink/html/functions_vars.html
56share/doc/doxygen/examples/autolink/html/globals.html 59share/doc/doxygen/examples/autolink/html/globals.html
57share/doc/doxygen/examples/autolink/html/globals_defs.html 60share/doc/doxygen/examples/autolink/html/globals_defs.html
58share/doc/doxygen/examples/autolink/html/globals_enum.html 61share/doc/doxygen/examples/autolink/html/globals_enum.html
59share/doc/doxygen/examples/autolink/html/globals_eval.html 62share/doc/doxygen/examples/autolink/html/globals_eval.html
60share/doc/doxygen/examples/autolink/html/globals_type.html 63share/doc/doxygen/examples/autolink/html/globals_type.html
61share/doc/doxygen/examples/autolink/html/globals_vars.html 64share/doc/doxygen/examples/autolink/html/globals_vars.html
62share/doc/doxygen/examples/autolink/html/index.html 65share/doc/doxygen/examples/autolink/html/index.html
63share/doc/doxygen/examples/autolink/html/tab_b.gif 66share/doc/doxygen/examples/autolink/html/tab_b.gif
64share/doc/doxygen/examples/autolink/html/tab_l.gif 67share/doc/doxygen/examples/autolink/html/tab_l.gif
65share/doc/doxygen/examples/autolink/html/tab_r.gif 68share/doc/doxygen/examples/autolink/html/tab_r.gif
66share/doc/doxygen/examples/autolink/html/tabs.css 69share/doc/doxygen/examples/autolink/html/tabs.css
67share/doc/doxygen/examples/class.cfg 70share/doc/doxygen/examples/class.cfg
68share/doc/doxygen/examples/class.h 71share/doc/doxygen/examples/class.h
69share/doc/doxygen/examples/class/html/annotated.html 72share/doc/doxygen/examples/class/html/annotated.html
70share/doc/doxygen/examples/class/html/class_8h-source.html 73share/doc/doxygen/examples/class/html/class_8h-source.html
71share/doc/doxygen/examples/class/html/class_test.html 74share/doc/doxygen/examples/class/html/class_test.html
 75share/doc/doxygen/examples/class/html/classes.html
72share/doc/doxygen/examples/class/html/doxygen.css 76share/doc/doxygen/examples/class/html/doxygen.css
73share/doc/doxygen/examples/class/html/doxygen.png 77share/doc/doxygen/examples/class/html/doxygen.png
74share/doc/doxygen/examples/class/html/files.html 78share/doc/doxygen/examples/class/html/files.html
75share/doc/doxygen/examples/class/html/index.html 79share/doc/doxygen/examples/class/html/index.html
76share/doc/doxygen/examples/class/html/tab_b.gif 80share/doc/doxygen/examples/class/html/tab_b.gif
77share/doc/doxygen/examples/class/html/tab_l.gif 81share/doc/doxygen/examples/class/html/tab_l.gif
78share/doc/doxygen/examples/class/html/tab_r.gif 82share/doc/doxygen/examples/class/html/tab_r.gif
79share/doc/doxygen/examples/class/html/tabs.css 83share/doc/doxygen/examples/class/html/tabs.css
80share/doc/doxygen/examples/define.cfg 84share/doc/doxygen/examples/define.cfg
81share/doc/doxygen/examples/define.h 85share/doc/doxygen/examples/define.h
82share/doc/doxygen/examples/define/html/define_8h-source.html 86share/doc/doxygen/examples/define/html/define_8h-source.html
83share/doc/doxygen/examples/define/html/define_8h.html 87share/doc/doxygen/examples/define/html/define_8h.html
84share/doc/doxygen/examples/define/html/doxygen.css 88share/doc/doxygen/examples/define/html/doxygen.css
@@ -123,26 +127,27 @@ share/doc/doxygen/examples/diagrams/html @@ -123,26 +127,27 @@ share/doc/doxygen/examples/diagrams/html
123share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5 127share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.md5
124share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png 128share/doc/doxygen/examples/diagrams/html/class_d__coll__graph.png
125share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map 129share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.map
126share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5 130share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.md5
127share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png 131share/doc/doxygen/examples/diagrams/html/class_d__inherit__graph.png
128share/doc/doxygen/examples/diagrams/html/class_e-members.html 132share/doc/doxygen/examples/diagrams/html/class_e-members.html
129share/doc/doxygen/examples/diagrams/html/class_e.html 133share/doc/doxygen/examples/diagrams/html/class_e.html
130share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map 134share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.map
131share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5 135share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.md5
132share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png 136share/doc/doxygen/examples/diagrams/html/class_e__coll__graph.png
133share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map 137share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.map
134share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5 138share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.md5
135share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png 139share/doc/doxygen/examples/diagrams/html/class_e__inherit__graph.png
 140share/doc/doxygen/examples/diagrams/html/classes.html
136share/doc/doxygen/examples/diagrams/html/diagrams__a_8h-source.html 141share/doc/doxygen/examples/diagrams/html/diagrams__a_8h-source.html
137share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html 142share/doc/doxygen/examples/diagrams/html/diagrams__a_8h.html
138share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map 143share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.map
139share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5 144share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.md5
140share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png 145share/doc/doxygen/examples/diagrams/html/diagrams__a_8h__dep__incl.png
141share/doc/doxygen/examples/diagrams/html/diagrams__b_8h-source.html 146share/doc/doxygen/examples/diagrams/html/diagrams__b_8h-source.html
142share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html 147share/doc/doxygen/examples/diagrams/html/diagrams__b_8h.html
143share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map 148share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.map
144share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5 149share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.md5
145share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png 150share/doc/doxygen/examples/diagrams/html/diagrams__b_8h__dep__incl.png
146share/doc/doxygen/examples/diagrams/html/diagrams__c_8h-source.html 151share/doc/doxygen/examples/diagrams/html/diagrams__c_8h-source.html
147share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html 152share/doc/doxygen/examples/diagrams/html/diagrams__c_8h.html
148share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map 153share/doc/doxygen/examples/diagrams/html/diagrams__c_8h__dep__incl.map
@@ -181,67 +186,70 @@ share/doc/doxygen/examples/diagrams/html @@ -181,67 +186,70 @@ share/doc/doxygen/examples/diagrams/html
181share/doc/doxygen/examples/diagrams/html/tab_b.gif 186share/doc/doxygen/examples/diagrams/html/tab_b.gif
182share/doc/doxygen/examples/diagrams/html/tab_l.gif 187share/doc/doxygen/examples/diagrams/html/tab_l.gif
183share/doc/doxygen/examples/diagrams/html/tab_r.gif 188share/doc/doxygen/examples/diagrams/html/tab_r.gif
184share/doc/doxygen/examples/diagrams/html/tabs.css 189share/doc/doxygen/examples/diagrams/html/tabs.css
185share/doc/doxygen/examples/diagrams_a.h 190share/doc/doxygen/examples/diagrams_a.h
186share/doc/doxygen/examples/diagrams_b.h 191share/doc/doxygen/examples/diagrams_b.h
187share/doc/doxygen/examples/diagrams_c.h 192share/doc/doxygen/examples/diagrams_c.h
188share/doc/doxygen/examples/diagrams_d.h 193share/doc/doxygen/examples/diagrams_d.h
189share/doc/doxygen/examples/diagrams_e.h 194share/doc/doxygen/examples/diagrams_e.h
190share/doc/doxygen/examples/docstring.cfg 195share/doc/doxygen/examples/docstring.cfg
191share/doc/doxygen/examples/docstring.py 196share/doc/doxygen/examples/docstring.py
192share/doc/doxygen/examples/docstring/html/annotated.html 197share/doc/doxygen/examples/docstring/html/annotated.html
193${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html 198${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass-members.html
194${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html 
195${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html 199${PLIST.cs}share/doc/doxygen/examples/docstring/html/classdocstring_1_1PyClass.html
 200${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class-members.html
196${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html 201${PLIST.ci}share/doc/doxygen/examples/docstring/html/classdocstring_1_1_py_class.html
 202share/doc/doxygen/examples/docstring/html/classes.html
197share/doc/doxygen/examples/docstring/html/docstring_8py.html 203share/doc/doxygen/examples/docstring/html/docstring_8py.html
198share/doc/doxygen/examples/docstring/html/doxygen.css 204share/doc/doxygen/examples/docstring/html/doxygen.css
199share/doc/doxygen/examples/docstring/html/doxygen.png 205share/doc/doxygen/examples/docstring/html/doxygen.png
200share/doc/doxygen/examples/docstring/html/files.html 206share/doc/doxygen/examples/docstring/html/files.html
201share/doc/doxygen/examples/docstring/html/functions.html 207share/doc/doxygen/examples/docstring/html/functions.html
202share/doc/doxygen/examples/docstring/html/functions_func.html 208share/doc/doxygen/examples/docstring/html/functions_func.html
203share/doc/doxygen/examples/docstring/html/index.html 209share/doc/doxygen/examples/docstring/html/index.html
204share/doc/doxygen/examples/docstring/html/namespacedocstring.html 210share/doc/doxygen/examples/docstring/html/namespacedocstring.html
205share/doc/doxygen/examples/docstring/html/namespacemembers.html 211share/doc/doxygen/examples/docstring/html/namespacemembers.html
206share/doc/doxygen/examples/docstring/html/namespacemembers_func.html 212share/doc/doxygen/examples/docstring/html/namespacemembers_func.html
207share/doc/doxygen/examples/docstring/html/namespaces.html 213share/doc/doxygen/examples/docstring/html/namespaces.html
208share/doc/doxygen/examples/docstring/html/tab_b.gif 214share/doc/doxygen/examples/docstring/html/tab_b.gif
209share/doc/doxygen/examples/docstring/html/tab_l.gif 215share/doc/doxygen/examples/docstring/html/tab_l.gif
210share/doc/doxygen/examples/docstring/html/tab_r.gif 216share/doc/doxygen/examples/docstring/html/tab_r.gif
211share/doc/doxygen/examples/docstring/html/tabs.css 217share/doc/doxygen/examples/docstring/html/tabs.css
212share/doc/doxygen/examples/enum.cfg 218share/doc/doxygen/examples/enum.cfg
213share/doc/doxygen/examples/enum.h 219share/doc/doxygen/examples/enum.h
214share/doc/doxygen/examples/enum/html/annotated.html 220share/doc/doxygen/examples/enum/html/annotated.html
215share/doc/doxygen/examples/enum/html/class_test-members.html 221share/doc/doxygen/examples/enum/html/class_test-members.html
216share/doc/doxygen/examples/enum/html/class_test.html 222share/doc/doxygen/examples/enum/html/class_test.html
 223share/doc/doxygen/examples/enum/html/classes.html
217share/doc/doxygen/examples/enum/html/doxygen.css 224share/doc/doxygen/examples/enum/html/doxygen.css
218share/doc/doxygen/examples/enum/html/doxygen.png 225share/doc/doxygen/examples/enum/html/doxygen.png
219share/doc/doxygen/examples/enum/html/enum_8h-source.html 226share/doc/doxygen/examples/enum/html/enum_8h-source.html
220share/doc/doxygen/examples/enum/html/files.html 227share/doc/doxygen/examples/enum/html/files.html
221share/doc/doxygen/examples/enum/html/functions.html 228share/doc/doxygen/examples/enum/html/functions.html
222share/doc/doxygen/examples/enum/html/functions_enum.html 229share/doc/doxygen/examples/enum/html/functions_enum.html
223share/doc/doxygen/examples/enum/html/functions_eval.html 230share/doc/doxygen/examples/enum/html/functions_eval.html
224share/doc/doxygen/examples/enum/html/index.html 231share/doc/doxygen/examples/enum/html/index.html
225share/doc/doxygen/examples/enum/html/tab_b.gif 232share/doc/doxygen/examples/enum/html/tab_b.gif
226share/doc/doxygen/examples/enum/html/tab_l.gif 233share/doc/doxygen/examples/enum/html/tab_l.gif
227share/doc/doxygen/examples/enum/html/tab_r.gif 234share/doc/doxygen/examples/enum/html/tab_r.gif
228share/doc/doxygen/examples/enum/html/tabs.css 235share/doc/doxygen/examples/enum/html/tabs.css
229share/doc/doxygen/examples/example.cfg 236share/doc/doxygen/examples/example.cfg
230share/doc/doxygen/examples/example.cpp 237share/doc/doxygen/examples/example.cpp
231share/doc/doxygen/examples/example.tag 238share/doc/doxygen/examples/example.tag
232share/doc/doxygen/examples/example/html/annotated.html 239share/doc/doxygen/examples/example/html/annotated.html
233share/doc/doxygen/examples/example/html/class_test-members.html 240share/doc/doxygen/examples/example/html/class_test-members.html
234share/doc/doxygen/examples/example/html/class_test.html 241share/doc/doxygen/examples/example/html/class_test.html
 242share/doc/doxygen/examples/example/html/classes.html
235share/doc/doxygen/examples/example/html/doxygen.css 243share/doc/doxygen/examples/example/html/doxygen.css
236share/doc/doxygen/examples/example/html/doxygen.png 244share/doc/doxygen/examples/example/html/doxygen.png
237share/doc/doxygen/examples/example/html/example__test_8cpp-example.html 245share/doc/doxygen/examples/example/html/example__test_8cpp-example.html
238share/doc/doxygen/examples/example/html/examples.html 246share/doc/doxygen/examples/example/html/examples.html
239share/doc/doxygen/examples/example/html/functions.html 247share/doc/doxygen/examples/example/html/functions.html
240share/doc/doxygen/examples/example/html/functions_func.html 248share/doc/doxygen/examples/example/html/functions_func.html
241share/doc/doxygen/examples/example/html/index.html 249share/doc/doxygen/examples/example/html/index.html
242share/doc/doxygen/examples/example/html/tab_b.gif 250share/doc/doxygen/examples/example/html/tab_b.gif
243share/doc/doxygen/examples/example/html/tab_l.gif 251share/doc/doxygen/examples/example/html/tab_l.gif
244share/doc/doxygen/examples/example/html/tab_r.gif 252share/doc/doxygen/examples/example/html/tab_r.gif
245share/doc/doxygen/examples/example/html/tabs.css 253share/doc/doxygen/examples/example/html/tabs.css
246share/doc/doxygen/examples/example_test.cpp 254share/doc/doxygen/examples/example_test.cpp
247share/doc/doxygen/examples/file.cfg 255share/doc/doxygen/examples/file.cfg
@@ -253,229 +261,273 @@ share/doc/doxygen/examples/file/html/fil @@ -253,229 +261,273 @@ share/doc/doxygen/examples/file/html/fil
253share/doc/doxygen/examples/file/html/files.html 261share/doc/doxygen/examples/file/html/files.html
254share/doc/doxygen/examples/file/html/globals.html 262share/doc/doxygen/examples/file/html/globals.html
255share/doc/doxygen/examples/file/html/globals_vars.html 263share/doc/doxygen/examples/file/html/globals_vars.html
256share/doc/doxygen/examples/file/html/index.html 264share/doc/doxygen/examples/file/html/index.html
257share/doc/doxygen/examples/file/html/tab_b.gif 265share/doc/doxygen/examples/file/html/tab_b.gif
258share/doc/doxygen/examples/file/html/tab_l.gif 266share/doc/doxygen/examples/file/html/tab_l.gif
259share/doc/doxygen/examples/file/html/tab_r.gif 267share/doc/doxygen/examples/file/html/tab_r.gif
260share/doc/doxygen/examples/file/html/tabs.css 268share/doc/doxygen/examples/file/html/tabs.css
261share/doc/doxygen/examples/func.cfg 269share/doc/doxygen/examples/func.cfg
262share/doc/doxygen/examples/func.h 270share/doc/doxygen/examples/func.h
263share/doc/doxygen/examples/func/html/annotated.html 271share/doc/doxygen/examples/func/html/annotated.html
264share/doc/doxygen/examples/func/html/class_test-members.html 272share/doc/doxygen/examples/func/html/class_test-members.html
265share/doc/doxygen/examples/func/html/class_test.html 273share/doc/doxygen/examples/func/html/class_test.html
 274share/doc/doxygen/examples/func/html/classes.html
266share/doc/doxygen/examples/func/html/doxygen.css 275share/doc/doxygen/examples/func/html/doxygen.css
267share/doc/doxygen/examples/func/html/doxygen.png 276share/doc/doxygen/examples/func/html/doxygen.png
268share/doc/doxygen/examples/func/html/files.html 277share/doc/doxygen/examples/func/html/files.html
269share/doc/doxygen/examples/func/html/func_8h-source.html 278share/doc/doxygen/examples/func/html/func_8h-source.html
270share/doc/doxygen/examples/func/html/functions.html 279share/doc/doxygen/examples/func/html/functions.html
271share/doc/doxygen/examples/func/html/functions_func.html 280share/doc/doxygen/examples/func/html/functions_func.html
272share/doc/doxygen/examples/func/html/index.html 281share/doc/doxygen/examples/func/html/index.html
273share/doc/doxygen/examples/func/html/tab_b.gif 282share/doc/doxygen/examples/func/html/tab_b.gif
274share/doc/doxygen/examples/func/html/tab_l.gif 283share/doc/doxygen/examples/func/html/tab_l.gif
275share/doc/doxygen/examples/func/html/tab_r.gif 284share/doc/doxygen/examples/func/html/tab_r.gif
276share/doc/doxygen/examples/func/html/tabs.css 285share/doc/doxygen/examples/func/html/tabs.css
277share/doc/doxygen/examples/group.cfg 286share/doc/doxygen/examples/group.cfg
278share/doc/doxygen/examples/group.cpp 287share/doc/doxygen/examples/group.cpp
279share/doc/doxygen/examples/group/html/annotated.html 288share/doc/doxygen/examples/group/html/annotated.html
280share/doc/doxygen/examples/group/html/class_c1.html 289share/doc/doxygen/examples/group/html/class_c1.html
281share/doc/doxygen/examples/group/html/class_c2.html 290share/doc/doxygen/examples/group/html/class_c2.html
282share/doc/doxygen/examples/group/html/class_c3.html 291share/doc/doxygen/examples/group/html/class_c3.html
283share/doc/doxygen/examples/group/html/class_c4.html 292share/doc/doxygen/examples/group/html/class_c4.html
284share/doc/doxygen/examples/group/html/class_c5.html 293share/doc/doxygen/examples/group/html/class_c5.html
 294share/doc/doxygen/examples/group/html/classes.html
285share/doc/doxygen/examples/group/html/doxygen.css 295share/doc/doxygen/examples/group/html/doxygen.css
286share/doc/doxygen/examples/group/html/doxygen.png 296share/doc/doxygen/examples/group/html/doxygen.png
287share/doc/doxygen/examples/group/html/files.html 297share/doc/doxygen/examples/group/html/files.html
288share/doc/doxygen/examples/group/html/globals.html 298share/doc/doxygen/examples/group/html/globals.html
289share/doc/doxygen/examples/group/html/globals_func.html 299share/doc/doxygen/examples/group/html/globals_func.html
290share/doc/doxygen/examples/group/html/group_8cpp.html 300share/doc/doxygen/examples/group/html/group_8cpp.html
291share/doc/doxygen/examples/group/html/group__group1.html 301share/doc/doxygen/examples/group/html/group__group1.html
292share/doc/doxygen/examples/group/html/group__group2.html 302share/doc/doxygen/examples/group/html/group__group2.html
293share/doc/doxygen/examples/group/html/group__group3.html 303share/doc/doxygen/examples/group/html/group__group3.html
294share/doc/doxygen/examples/group/html/group__group4.html 304share/doc/doxygen/examples/group/html/group__group4.html
295share/doc/doxygen/examples/group/html/group__group5.html 305share/doc/doxygen/examples/group/html/group__group5.html
296share/doc/doxygen/examples/group/html/index.html 306share/doc/doxygen/examples/group/html/index.html
297share/doc/doxygen/examples/group/html/modules.html 307share/doc/doxygen/examples/group/html/modules.html
298share/doc/doxygen/examples/group/html/namespace_n1.html 308share/doc/doxygen/examples/group/html/namespace_n1.html
299share/doc/doxygen/examples/group/html/namespaces.html 309share/doc/doxygen/examples/group/html/namespaces.html
300share/doc/doxygen/examples/group/html/tab_b.gif 310share/doc/doxygen/examples/group/html/tab_b.gif
301share/doc/doxygen/examples/group/html/tab_l.gif 311share/doc/doxygen/examples/group/html/tab_l.gif
302share/doc/doxygen/examples/group/html/tab_r.gif 312share/doc/doxygen/examples/group/html/tab_r.gif
303share/doc/doxygen/examples/group/html/tabs.css 313share/doc/doxygen/examples/group/html/tabs.css
304share/doc/doxygen/examples/include.cfg 314share/doc/doxygen/examples/include.cfg
305share/doc/doxygen/examples/include.cpp 315share/doc/doxygen/examples/include.cpp
306share/doc/doxygen/examples/include/html/annotated.html 316share/doc/doxygen/examples/include/html/annotated.html
307share/doc/doxygen/examples/include/html/class_test-members.html 317share/doc/doxygen/examples/include/html/class_test-members.html
308share/doc/doxygen/examples/include/html/class_test.html 318share/doc/doxygen/examples/include/html/class_test.html
 319share/doc/doxygen/examples/include/html/classes.html
309share/doc/doxygen/examples/include/html/doxygen.css 320share/doc/doxygen/examples/include/html/doxygen.css
310share/doc/doxygen/examples/include/html/doxygen.png 321share/doc/doxygen/examples/include/html/doxygen.png
311share/doc/doxygen/examples/include/html/example.html 322share/doc/doxygen/examples/include/html/example.html
312share/doc/doxygen/examples/include/html/functions.html 323share/doc/doxygen/examples/include/html/functions.html
313share/doc/doxygen/examples/include/html/functions_func.html 324share/doc/doxygen/examples/include/html/functions_func.html
314share/doc/doxygen/examples/include/html/index.html 325share/doc/doxygen/examples/include/html/index.html
315share/doc/doxygen/examples/include/html/pages.html 326share/doc/doxygen/examples/include/html/pages.html
316share/doc/doxygen/examples/include/html/tab_b.gif 327share/doc/doxygen/examples/include/html/tab_b.gif
317share/doc/doxygen/examples/include/html/tab_l.gif 328share/doc/doxygen/examples/include/html/tab_l.gif
318share/doc/doxygen/examples/include/html/tab_r.gif 329share/doc/doxygen/examples/include/html/tab_r.gif
319share/doc/doxygen/examples/include/html/tabs.css 330share/doc/doxygen/examples/include/html/tabs.css
320share/doc/doxygen/examples/jdstyle.cfg 331share/doc/doxygen/examples/jdstyle.cfg
321share/doc/doxygen/examples/jdstyle.cpp 332share/doc/doxygen/examples/jdstyle.cpp
322share/doc/doxygen/examples/jdstyle/html/annotated.html 333share/doc/doxygen/examples/jdstyle/html/annotated.html
323share/doc/doxygen/examples/jdstyle/html/class_test-members.html 334share/doc/doxygen/examples/jdstyle/html/class_test-members.html
324share/doc/doxygen/examples/jdstyle/html/class_test.html 335share/doc/doxygen/examples/jdstyle/html/class_test.html
 336share/doc/doxygen/examples/jdstyle/html/classes.html
325share/doc/doxygen/examples/jdstyle/html/doxygen.css 337share/doc/doxygen/examples/jdstyle/html/doxygen.css
326share/doc/doxygen/examples/jdstyle/html/doxygen.png 338share/doc/doxygen/examples/jdstyle/html/doxygen.png
327share/doc/doxygen/examples/jdstyle/html/functions.html 339share/doc/doxygen/examples/jdstyle/html/functions.html
328share/doc/doxygen/examples/jdstyle/html/functions_enum.html 340share/doc/doxygen/examples/jdstyle/html/functions_enum.html
329share/doc/doxygen/examples/jdstyle/html/functions_eval.html 341share/doc/doxygen/examples/jdstyle/html/functions_eval.html
330share/doc/doxygen/examples/jdstyle/html/functions_func.html 342share/doc/doxygen/examples/jdstyle/html/functions_func.html
331share/doc/doxygen/examples/jdstyle/html/functions_vars.html 343share/doc/doxygen/examples/jdstyle/html/functions_vars.html
332share/doc/doxygen/examples/jdstyle/html/index.html 344share/doc/doxygen/examples/jdstyle/html/index.html
333share/doc/doxygen/examples/jdstyle/html/tab_b.gif 345share/doc/doxygen/examples/jdstyle/html/tab_b.gif
334share/doc/doxygen/examples/jdstyle/html/tab_l.gif 346share/doc/doxygen/examples/jdstyle/html/tab_l.gif
335share/doc/doxygen/examples/jdstyle/html/tab_r.gif 347share/doc/doxygen/examples/jdstyle/html/tab_r.gif
336share/doc/doxygen/examples/jdstyle/html/tabs.css 348share/doc/doxygen/examples/jdstyle/html/tabs.css
 349share/doc/doxygen/examples/manual.c
 350share/doc/doxygen/examples/manual.cfg
 351share/doc/doxygen/examples/manual/html/annotated.html
 352share/doc/doxygen/examples/manual/html/classes.html
 353share/doc/doxygen/examples/manual/html/doxygen.css
 354share/doc/doxygen/examples/manual/html/doxygen.png
 355share/doc/doxygen/examples/manual/html/files.html
 356share/doc/doxygen/examples/manual/html/functions.html
 357share/doc/doxygen/examples/manual/html/functions_func.html
 358share/doc/doxygen/examples/manual/html/functions_vars.html
 359share/doc/doxygen/examples/manual/html/globals.html
 360share/doc/doxygen/examples/manual/html/globals_func.html
 361share/doc/doxygen/examples/manual/html/globals_type.html
 362share/doc/doxygen/examples/manual/html/hierarchy.html
 363share/doc/doxygen/examples/manual/html/index.html
 364share/doc/doxygen/examples/manual/html/manual_8c.html
 365share/doc/doxygen/examples/manual/html/struct_car-members.html
 366share/doc/doxygen/examples/manual/html/struct_car.html
 367share/doc/doxygen/examples/manual/html/struct_car.png
 368share/doc/doxygen/examples/manual/html/struct_object-members.html
 369share/doc/doxygen/examples/manual/html/struct_object.html
 370share/doc/doxygen/examples/manual/html/struct_object.png
 371share/doc/doxygen/examples/manual/html/struct_truck-members.html
 372share/doc/doxygen/examples/manual/html/struct_truck.html
 373share/doc/doxygen/examples/manual/html/struct_truck.png
 374share/doc/doxygen/examples/manual/html/struct_vehicle-members.html
 375share/doc/doxygen/examples/manual/html/struct_vehicle.html
 376share/doc/doxygen/examples/manual/html/struct_vehicle.png
 377share/doc/doxygen/examples/manual/html/tab_b.gif
 378share/doc/doxygen/examples/manual/html/tab_l.gif
 379share/doc/doxygen/examples/manual/html/tab_r.gif
 380share/doc/doxygen/examples/manual/html/tabs.css
337share/doc/doxygen/examples/memgrp.cfg 381share/doc/doxygen/examples/memgrp.cfg
338share/doc/doxygen/examples/memgrp.cpp 382share/doc/doxygen/examples/memgrp.cpp
339share/doc/doxygen/examples/memgrp/html/annotated.html 383share/doc/doxygen/examples/memgrp/html/annotated.html
340share/doc/doxygen/examples/memgrp/html/class_test-members.html 384share/doc/doxygen/examples/memgrp/html/class_test-members.html
341share/doc/doxygen/examples/memgrp/html/class_test.html 385share/doc/doxygen/examples/memgrp/html/class_test.html
 386share/doc/doxygen/examples/memgrp/html/classes.html
342share/doc/doxygen/examples/memgrp/html/doxygen.css 387share/doc/doxygen/examples/memgrp/html/doxygen.css
343share/doc/doxygen/examples/memgrp/html/doxygen.png 388share/doc/doxygen/examples/memgrp/html/doxygen.png
344share/doc/doxygen/examples/memgrp/html/files.html 389share/doc/doxygen/examples/memgrp/html/files.html
345share/doc/doxygen/examples/memgrp/html/functions.html 390share/doc/doxygen/examples/memgrp/html/functions.html
346share/doc/doxygen/examples/memgrp/html/functions_func.html 391share/doc/doxygen/examples/memgrp/html/functions_func.html
347share/doc/doxygen/examples/memgrp/html/globals.html 392share/doc/doxygen/examples/memgrp/html/globals.html
348share/doc/doxygen/examples/memgrp/html/globals_defs.html 393share/doc/doxygen/examples/memgrp/html/globals_defs.html
349share/doc/doxygen/examples/memgrp/html/globals_func.html 394share/doc/doxygen/examples/memgrp/html/globals_func.html
350share/doc/doxygen/examples/memgrp/html/index.html 395share/doc/doxygen/examples/memgrp/html/index.html
351share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html 396share/doc/doxygen/examples/memgrp/html/memgrp_8cpp.html
352share/doc/doxygen/examples/memgrp/html/tab_b.gif 397share/doc/doxygen/examples/memgrp/html/tab_b.gif
353share/doc/doxygen/examples/memgrp/html/tab_l.gif 398share/doc/doxygen/examples/memgrp/html/tab_l.gif
354share/doc/doxygen/examples/memgrp/html/tab_r.gif 399share/doc/doxygen/examples/memgrp/html/tab_r.gif
355share/doc/doxygen/examples/memgrp/html/tabs.css 400share/doc/doxygen/examples/memgrp/html/tabs.css
356share/doc/doxygen/examples/mux.cfg 401share/doc/doxygen/examples/mux.cfg
357share/doc/doxygen/examples/mux.vhdl 402share/doc/doxygen/examples/mux.vhdl
358share/doc/doxygen/examples/mux/html/annotated.html 403share/doc/doxygen/examples/mux/html/annotated.html
 404share/doc/doxygen/examples/mux/html/classes.html
359share/doc/doxygen/examples/mux/html/classmux__using__with-members.html 405share/doc/doxygen/examples/mux/html/classmux__using__with-members.html
360share/doc/doxygen/examples/mux/html/classmux__using__with.html 406share/doc/doxygen/examples/mux/html/classmux__using__with.html
361share/doc/doxygen/examples/mux/html/classmux__using__with.png 407share/doc/doxygen/examples/mux/html/classmux__using__with.png
362share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html 408share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.html
363share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png 409share/doc/doxygen/examples/mux/html/classmux__using__with_1_1behavior.png
364share/doc/doxygen/examples/mux/html/doxygen.css 410share/doc/doxygen/examples/mux/html/doxygen.css
365share/doc/doxygen/examples/mux/html/doxygen.png 411share/doc/doxygen/examples/mux/html/doxygen.png
366share/doc/doxygen/examples/mux/html/files.html 412share/doc/doxygen/examples/mux/html/files.html
367share/doc/doxygen/examples/mux/html/functions.html 413share/doc/doxygen/examples/mux/html/functions.html
368share/doc/doxygen/examples/mux/html/functions_vars.html 414share/doc/doxygen/examples/mux/html/functions_vars.html
369share/doc/doxygen/examples/mux/html/hierarchy.html 415share/doc/doxygen/examples/mux/html/hierarchy.html
370share/doc/doxygen/examples/mux/html/index.html 416share/doc/doxygen/examples/mux/html/index.html
371share/doc/doxygen/examples/mux/html/mux_8vhdl.html 417share/doc/doxygen/examples/mux/html/mux_8vhdl.html
372share/doc/doxygen/examples/mux/html/tab_b.gif 418share/doc/doxygen/examples/mux/html/tab_b.gif
373share/doc/doxygen/examples/mux/html/tab_l.gif 419share/doc/doxygen/examples/mux/html/tab_l.gif
374share/doc/doxygen/examples/mux/html/tab_r.gif 420share/doc/doxygen/examples/mux/html/tab_r.gif
375share/doc/doxygen/examples/mux/html/tabs.css 421share/doc/doxygen/examples/mux/html/tabs.css
376share/doc/doxygen/examples/overload.cfg 422share/doc/doxygen/examples/overload.cfg
377share/doc/doxygen/examples/overload.cpp 423share/doc/doxygen/examples/overload.cpp
378share/doc/doxygen/examples/overload/html/annotated.html 424share/doc/doxygen/examples/overload/html/annotated.html
379share/doc/doxygen/examples/overload/html/class_test-members.html 425share/doc/doxygen/examples/overload/html/class_test-members.html
380share/doc/doxygen/examples/overload/html/class_test.html 426share/doc/doxygen/examples/overload/html/class_test.html
 427share/doc/doxygen/examples/overload/html/classes.html
381share/doc/doxygen/examples/overload/html/doxygen.css 428share/doc/doxygen/examples/overload/html/doxygen.css
382share/doc/doxygen/examples/overload/html/doxygen.png 429share/doc/doxygen/examples/overload/html/doxygen.png
383share/doc/doxygen/examples/overload/html/functions.html 430share/doc/doxygen/examples/overload/html/functions.html
384share/doc/doxygen/examples/overload/html/functions_func.html 431share/doc/doxygen/examples/overload/html/functions_func.html
385share/doc/doxygen/examples/overload/html/index.html 432share/doc/doxygen/examples/overload/html/index.html
386share/doc/doxygen/examples/overload/html/tab_b.gif 433share/doc/doxygen/examples/overload/html/tab_b.gif
387share/doc/doxygen/examples/overload/html/tab_l.gif 434share/doc/doxygen/examples/overload/html/tab_l.gif
388share/doc/doxygen/examples/overload/html/tab_r.gif 435share/doc/doxygen/examples/overload/html/tab_r.gif
389share/doc/doxygen/examples/overload/html/tabs.css 436share/doc/doxygen/examples/overload/html/tabs.css
390share/doc/doxygen/examples/page.cfg 437share/doc/doxygen/examples/page.cfg
391share/doc/doxygen/examples/page.doc 438share/doc/doxygen/examples/page.doc
392share/doc/doxygen/examples/page/html/doxygen.css 439share/doc/doxygen/examples/page/html/doxygen.css
393share/doc/doxygen/examples/page/html/doxygen.png 440share/doc/doxygen/examples/page/html/doxygen.png
394share/doc/doxygen/examples/page/html/index.html 441share/doc/doxygen/examples/page/html/index.html
395share/doc/doxygen/examples/page/html/page1.html 442share/doc/doxygen/examples/page/html/page1.html
396share/doc/doxygen/examples/page/html/page2.html 443share/doc/doxygen/examples/page/html/page2.html
397share/doc/doxygen/examples/page/html/pages.html 444share/doc/doxygen/examples/page/html/pages.html
398share/doc/doxygen/examples/page/html/tab_b.gif 445share/doc/doxygen/examples/page/html/tab_b.gif
399share/doc/doxygen/examples/page/html/tab_l.gif 446share/doc/doxygen/examples/page/html/tab_l.gif
400share/doc/doxygen/examples/page/html/tab_r.gif 447share/doc/doxygen/examples/page/html/tab_r.gif
401share/doc/doxygen/examples/page/html/tabs.css 448share/doc/doxygen/examples/page/html/tabs.css
402share/doc/doxygen/examples/par.cfg 449share/doc/doxygen/examples/par.cfg
403share/doc/doxygen/examples/par.cpp 450share/doc/doxygen/examples/par.cpp
404share/doc/doxygen/examples/par/html/annotated.html 451share/doc/doxygen/examples/par/html/annotated.html
405share/doc/doxygen/examples/par/html/class_test.html 452share/doc/doxygen/examples/par/html/class_test.html
 453share/doc/doxygen/examples/par/html/classes.html
406share/doc/doxygen/examples/par/html/doxygen.css 454share/doc/doxygen/examples/par/html/doxygen.css
407share/doc/doxygen/examples/par/html/doxygen.png 455share/doc/doxygen/examples/par/html/doxygen.png
408share/doc/doxygen/examples/par/html/index.html 456share/doc/doxygen/examples/par/html/index.html
409share/doc/doxygen/examples/par/html/tab_b.gif 457share/doc/doxygen/examples/par/html/tab_b.gif
410share/doc/doxygen/examples/par/html/tab_l.gif 458share/doc/doxygen/examples/par/html/tab_l.gif
411share/doc/doxygen/examples/par/html/tab_r.gif 459share/doc/doxygen/examples/par/html/tab_r.gif
412share/doc/doxygen/examples/par/html/tabs.css 460share/doc/doxygen/examples/par/html/tabs.css
413share/doc/doxygen/examples/pyexample.cfg 461share/doc/doxygen/examples/pyexample.cfg
414share/doc/doxygen/examples/pyexample.py 462share/doc/doxygen/examples/pyexample.py
415share/doc/doxygen/examples/pyexample/html/annotated.html 463share/doc/doxygen/examples/pyexample/html/annotated.html
 464share/doc/doxygen/examples/pyexample/html/classes.html
416${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html 465${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass-members.html
417${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html 
418${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html 466${PLIST.cs}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
 467${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class-members.html
419${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html 468${PLIST.ci}share/doc/doxygen/examples/pyexample/html/classpyexample_1_1_py_class.html
420share/doc/doxygen/examples/pyexample/html/doxygen.css 469share/doc/doxygen/examples/pyexample/html/doxygen.css
421share/doc/doxygen/examples/pyexample/html/doxygen.png 470share/doc/doxygen/examples/pyexample/html/doxygen.png
422share/doc/doxygen/examples/pyexample/html/functions.html 471share/doc/doxygen/examples/pyexample/html/functions.html
423share/doc/doxygen/examples/pyexample/html/functions_func.html 472share/doc/doxygen/examples/pyexample/html/functions_func.html
424share/doc/doxygen/examples/pyexample/html/functions_vars.html 473share/doc/doxygen/examples/pyexample/html/functions_vars.html
425share/doc/doxygen/examples/pyexample/html/index.html 474share/doc/doxygen/examples/pyexample/html/index.html
426share/doc/doxygen/examples/pyexample/html/namespacemembers.html 475share/doc/doxygen/examples/pyexample/html/namespacemembers.html
427share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html 476share/doc/doxygen/examples/pyexample/html/namespacemembers_func.html
428share/doc/doxygen/examples/pyexample/html/namespacepyexample.html 477share/doc/doxygen/examples/pyexample/html/namespacepyexample.html
429share/doc/doxygen/examples/pyexample/html/namespaces.html 478share/doc/doxygen/examples/pyexample/html/namespaces.html
430share/doc/doxygen/examples/pyexample/html/tab_b.gif 479share/doc/doxygen/examples/pyexample/html/tab_b.gif
431share/doc/doxygen/examples/pyexample/html/tab_l.gif 480share/doc/doxygen/examples/pyexample/html/tab_l.gif
432share/doc/doxygen/examples/pyexample/html/tab_r.gif 481share/doc/doxygen/examples/pyexample/html/tab_r.gif
433share/doc/doxygen/examples/pyexample/html/tabs.css 482share/doc/doxygen/examples/pyexample/html/tabs.css
434share/doc/doxygen/examples/qtstyle.cfg 483share/doc/doxygen/examples/qtstyle.cfg
435share/doc/doxygen/examples/qtstyle.cpp 484share/doc/doxygen/examples/qtstyle.cpp
436share/doc/doxygen/examples/qtstyle/html/annotated.html 485share/doc/doxygen/examples/qtstyle/html/annotated.html
437share/doc/doxygen/examples/qtstyle/html/class_test-members.html 486share/doc/doxygen/examples/qtstyle/html/class_test-members.html
438share/doc/doxygen/examples/qtstyle/html/class_test.html 487share/doc/doxygen/examples/qtstyle/html/class_test.html
 488share/doc/doxygen/examples/qtstyle/html/classes.html
439share/doc/doxygen/examples/qtstyle/html/doxygen.css 489share/doc/doxygen/examples/qtstyle/html/doxygen.css
440share/doc/doxygen/examples/qtstyle/html/doxygen.png 490share/doc/doxygen/examples/qtstyle/html/doxygen.png
441share/doc/doxygen/examples/qtstyle/html/functions.html 491share/doc/doxygen/examples/qtstyle/html/functions.html
442share/doc/doxygen/examples/qtstyle/html/functions_enum.html 492share/doc/doxygen/examples/qtstyle/html/functions_enum.html
443share/doc/doxygen/examples/qtstyle/html/functions_eval.html 493share/doc/doxygen/examples/qtstyle/html/functions_eval.html
444share/doc/doxygen/examples/qtstyle/html/functions_func.html 494share/doc/doxygen/examples/qtstyle/html/functions_func.html
445share/doc/doxygen/examples/qtstyle/html/functions_vars.html 495share/doc/doxygen/examples/qtstyle/html/functions_vars.html
446share/doc/doxygen/examples/qtstyle/html/index.html 496share/doc/doxygen/examples/qtstyle/html/index.html
447share/doc/doxygen/examples/qtstyle/html/tab_b.gif 497share/doc/doxygen/examples/qtstyle/html/tab_b.gif
448share/doc/doxygen/examples/qtstyle/html/tab_l.gif 498share/doc/doxygen/examples/qtstyle/html/tab_l.gif
449share/doc/doxygen/examples/qtstyle/html/tab_r.gif 499share/doc/doxygen/examples/qtstyle/html/tab_r.gif
450share/doc/doxygen/examples/qtstyle/html/tabs.css 500share/doc/doxygen/examples/qtstyle/html/tabs.css
451share/doc/doxygen/examples/relates.cfg 501share/doc/doxygen/examples/relates.cfg
452share/doc/doxygen/examples/relates.cpp 502share/doc/doxygen/examples/relates.cpp
453share/doc/doxygen/examples/relates/html/annotated.html 503share/doc/doxygen/examples/relates/html/annotated.html
454share/doc/doxygen/examples/relates/html/class_string-members.html 504share/doc/doxygen/examples/relates/html/class_string-members.html
455share/doc/doxygen/examples/relates/html/class_string.html 505share/doc/doxygen/examples/relates/html/class_string.html
 506share/doc/doxygen/examples/relates/html/classes.html
456share/doc/doxygen/examples/relates/html/doxygen.css 507share/doc/doxygen/examples/relates/html/doxygen.css
457share/doc/doxygen/examples/relates/html/doxygen.png 508share/doc/doxygen/examples/relates/html/doxygen.png
458share/doc/doxygen/examples/relates/html/functions.html 509share/doc/doxygen/examples/relates/html/functions.html
459share/doc/doxygen/examples/relates/html/functions_func.html 510share/doc/doxygen/examples/relates/html/functions_func.html
460share/doc/doxygen/examples/relates/html/functions_rela.html 511share/doc/doxygen/examples/relates/html/functions_rela.html
461share/doc/doxygen/examples/relates/html/index.html 512share/doc/doxygen/examples/relates/html/index.html
462share/doc/doxygen/examples/relates/html/tab_b.gif 513share/doc/doxygen/examples/relates/html/tab_b.gif
463share/doc/doxygen/examples/relates/html/tab_l.gif 514share/doc/doxygen/examples/relates/html/tab_l.gif
464share/doc/doxygen/examples/relates/html/tab_r.gif 515share/doc/doxygen/examples/relates/html/tab_r.gif
465share/doc/doxygen/examples/relates/html/tabs.css 516share/doc/doxygen/examples/relates/html/tabs.css
466share/doc/doxygen/examples/restypedef.cfg 517share/doc/doxygen/examples/restypedef.cfg
467share/doc/doxygen/examples/restypedef.cpp 518share/doc/doxygen/examples/restypedef.cpp
468share/doc/doxygen/examples/restypedef/html/annotated.html 519share/doc/doxygen/examples/restypedef/html/annotated.html
 520share/doc/doxygen/examples/restypedef/html/classes.html
469share/doc/doxygen/examples/restypedef/html/doxygen.css 521share/doc/doxygen/examples/restypedef/html/doxygen.css
470share/doc/doxygen/examples/restypedef/html/doxygen.png 522share/doc/doxygen/examples/restypedef/html/doxygen.png
471share/doc/doxygen/examples/restypedef/html/files.html 523share/doc/doxygen/examples/restypedef/html/files.html
472share/doc/doxygen/examples/restypedef/html/functions.html 524share/doc/doxygen/examples/restypedef/html/functions.html
473share/doc/doxygen/examples/restypedef/html/functions_vars.html 525share/doc/doxygen/examples/restypedef/html/functions_vars.html
474share/doc/doxygen/examples/restypedef/html/globals.html 526share/doc/doxygen/examples/restypedef/html/globals.html
475share/doc/doxygen/examples/restypedef/html/globals_func.html 527share/doc/doxygen/examples/restypedef/html/globals_func.html
476share/doc/doxygen/examples/restypedef/html/globals_type.html 528share/doc/doxygen/examples/restypedef/html/globals_type.html
477share/doc/doxygen/examples/restypedef/html/index.html 529share/doc/doxygen/examples/restypedef/html/index.html
478share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html 530share/doc/doxygen/examples/restypedef/html/restypedef_8cpp.html
479share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html 531share/doc/doxygen/examples/restypedef/html/struct_coord_struct-members.html
480share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html 532share/doc/doxygen/examples/restypedef/html/struct_coord_struct.html
481share/doc/doxygen/examples/restypedef/html/tab_b.gif 533share/doc/doxygen/examples/restypedef/html/tab_b.gif
@@ -495,89 +547,94 @@ share/doc/doxygen/examples/structcmd/htm @@ -495,89 +547,94 @@ share/doc/doxygen/examples/structcmd/htm
495share/doc/doxygen/examples/structcmd/html/index.html 547share/doc/doxygen/examples/structcmd/html/index.html
496share/doc/doxygen/examples/structcmd/html/structcmd_8h-source.html 548share/doc/doxygen/examples/structcmd/html/structcmd_8h-source.html
497share/doc/doxygen/examples/structcmd/html/structcmd_8h.html 549share/doc/doxygen/examples/structcmd/html/structcmd_8h.html
498share/doc/doxygen/examples/structcmd/html/tab_b.gif 550share/doc/doxygen/examples/structcmd/html/tab_b.gif
499share/doc/doxygen/examples/structcmd/html/tab_l.gif 551share/doc/doxygen/examples/structcmd/html/tab_l.gif
500share/doc/doxygen/examples/structcmd/html/tab_r.gif 552share/doc/doxygen/examples/structcmd/html/tab_r.gif
501share/doc/doxygen/examples/structcmd/html/tabs.css 553share/doc/doxygen/examples/structcmd/html/tabs.css
502share/doc/doxygen/examples/tag.cfg 554share/doc/doxygen/examples/tag.cfg
503share/doc/doxygen/examples/tag.cpp 555share/doc/doxygen/examples/tag.cpp
504share/doc/doxygen/examples/tag/html/annotated.html 556share/doc/doxygen/examples/tag/html/annotated.html
505share/doc/doxygen/examples/tag/html/class_tag-members.html 557share/doc/doxygen/examples/tag/html/class_tag-members.html
506share/doc/doxygen/examples/tag/html/class_tag.html 558share/doc/doxygen/examples/tag/html/class_tag.html
507share/doc/doxygen/examples/tag/html/class_tag.png 559share/doc/doxygen/examples/tag/html/class_tag.png
 560share/doc/doxygen/examples/tag/html/classes.html
508share/doc/doxygen/examples/tag/html/doxygen.css 561share/doc/doxygen/examples/tag/html/doxygen.css
509share/doc/doxygen/examples/tag/html/doxygen.png 562share/doc/doxygen/examples/tag/html/doxygen.png
510share/doc/doxygen/examples/tag/html/functions.html 563share/doc/doxygen/examples/tag/html/functions.html
511share/doc/doxygen/examples/tag/html/functions_func.html 564share/doc/doxygen/examples/tag/html/functions_func.html
512share/doc/doxygen/examples/tag/html/hierarchy.html 565share/doc/doxygen/examples/tag/html/hierarchy.html
513share/doc/doxygen/examples/tag/html/index.html 566share/doc/doxygen/examples/tag/html/index.html
514share/doc/doxygen/examples/tag/html/installdox 567share/doc/doxygen/examples/tag/html/installdox
515share/doc/doxygen/examples/tag/html/tab_b.gif 568share/doc/doxygen/examples/tag/html/tab_b.gif
516share/doc/doxygen/examples/tag/html/tab_l.gif 569share/doc/doxygen/examples/tag/html/tab_l.gif
517share/doc/doxygen/examples/tag/html/tab_r.gif 570share/doc/doxygen/examples/tag/html/tab_r.gif
518share/doc/doxygen/examples/tag/html/tabs.css 571share/doc/doxygen/examples/tag/html/tabs.css
519share/doc/doxygen/examples/templ.cfg 572share/doc/doxygen/examples/templ.cfg
520share/doc/doxygen/examples/templ.cpp 573share/doc/doxygen/examples/templ.cpp
521share/doc/doxygen/examples/template/html/annotated.html 574share/doc/doxygen/examples/template/html/annotated.html
522share/doc/doxygen/examples/template/html/class_test-members.html 575share/doc/doxygen/examples/template/html/class_test-members.html
523share/doc/doxygen/examples/template/html/class_test.html 576share/doc/doxygen/examples/template/html/class_test.html
524share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html 577share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html
525share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html 578share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html
526share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png 579share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.png
527share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html 580share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html
528share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html 581share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html
529share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png 582share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.png
 583share/doc/doxygen/examples/template/html/classes.html
530share/doc/doxygen/examples/template/html/doxygen.css 584share/doc/doxygen/examples/template/html/doxygen.css
531share/doc/doxygen/examples/template/html/doxygen.png 585share/doc/doxygen/examples/template/html/doxygen.png
532share/doc/doxygen/examples/template/html/functions.html 586share/doc/doxygen/examples/template/html/functions.html
533share/doc/doxygen/examples/template/html/functions_func.html 587share/doc/doxygen/examples/template/html/functions_func.html
534share/doc/doxygen/examples/template/html/hierarchy.html 588share/doc/doxygen/examples/template/html/hierarchy.html
535share/doc/doxygen/examples/template/html/index.html 589share/doc/doxygen/examples/template/html/index.html
536share/doc/doxygen/examples/template/html/tab_b.gif 590share/doc/doxygen/examples/template/html/tab_b.gif
537share/doc/doxygen/examples/template/html/tab_l.gif 591share/doc/doxygen/examples/template/html/tab_l.gif
538share/doc/doxygen/examples/template/html/tab_r.gif 592share/doc/doxygen/examples/template/html/tab_r.gif
539share/doc/doxygen/examples/template/html/tabs.css 593share/doc/doxygen/examples/template/html/tabs.css
540share/doc/doxygen/html/arch.html 594share/doc/doxygen/html/arch.html
541share/doc/doxygen/html/archoverview.gif 595share/doc/doxygen/html/archoverview.gif
542share/doc/doxygen/html/autolink.html 596share/doc/doxygen/html/autolink.html
543share/doc/doxygen/html/commands.html 597share/doc/doxygen/html/commands.html
544share/doc/doxygen/html/config.html 598share/doc/doxygen/html/config.html
545share/doc/doxygen/html/custcmd.html 599share/doc/doxygen/html/custcmd.html
 600share/doc/doxygen/html/customize.html
546share/doc/doxygen/html/diagrams.html 601share/doc/doxygen/html/diagrams.html
547share/doc/doxygen/html/docblocks.html 602share/doc/doxygen/html/docblocks.html
548share/doc/doxygen/html/doxygen.css 603share/doc/doxygen/html/doxygen.css
549share/doc/doxygen/html/doxygen.png 604share/doc/doxygen/html/doxygen.png
550share/doc/doxygen/html/doxygen_logo.gif 605share/doc/doxygen/html/doxygen_logo.gif
551share/doc/doxygen/html/doxygen_logo_low.gif 606share/doc/doxygen/html/doxygen_logo_low.gif
552share/doc/doxygen/html/doxygen_usage.html 607share/doc/doxygen/html/doxygen_usage.html
553share/doc/doxygen/html/doxytag_usage.html 608share/doc/doxygen/html/doxytag_usage.html
554share/doc/doxygen/html/doxywizard_expert.png 609share/doc/doxygen/html/doxywizard_expert.png
555share/doc/doxygen/html/doxywizard_main.png 610share/doc/doxygen/html/doxywizard_main.png
556share/doc/doxygen/html/doxywizard_menu.png 611share/doc/doxygen/html/doxywizard_menu.png
557share/doc/doxygen/html/doxywizard_page1.png 612share/doc/doxygen/html/doxywizard_page1.png
558share/doc/doxygen/html/doxywizard_page2.png 613share/doc/doxygen/html/doxywizard_page2.png
559share/doc/doxygen/html/doxywizard_page3.png 614share/doc/doxygen/html/doxywizard_page3.png
560share/doc/doxygen/html/doxywizard_page4.png 615share/doc/doxygen/html/doxywizard_page4.png
561share/doc/doxygen/html/doxywizard_usage.html 616share/doc/doxygen/html/doxywizard_usage.html
562share/doc/doxygen/html/external.html 617share/doc/doxygen/html/external.html
563share/doc/doxygen/html/faq.html 618share/doc/doxygen/html/faq.html
564share/doc/doxygen/html/features.html 619share/doc/doxygen/html/features.html
565share/doc/doxygen/html/form_0.png 620share/doc/doxygen/html/form_0.png
566share/doc/doxygen/html/form_1.png 621share/doc/doxygen/html/form_1.png
567share/doc/doxygen/html/form_2.png 622share/doc/doxygen/html/form_2.png
568share/doc/doxygen/html/form_3.png 623share/doc/doxygen/html/form_3.png
569share/doc/doxygen/html/form_4.png 624share/doc/doxygen/html/form_4.png
570share/doc/doxygen/html/form_5.png 625share/doc/doxygen/html/form_5.png
 626share/doc/doxygen/html/form_6.png
 627share/doc/doxygen/html/form_7.png
571share/doc/doxygen/html/formula.repository 628share/doc/doxygen/html/formula.repository
572share/doc/doxygen/html/formulas.html 629share/doc/doxygen/html/formulas.html
573share/doc/doxygen/html/grouping.html 630share/doc/doxygen/html/grouping.html
574share/doc/doxygen/html/history.html 631share/doc/doxygen/html/history.html
575share/doc/doxygen/html/htmlcmds.html 632share/doc/doxygen/html/htmlcmds.html
576share/doc/doxygen/html/index.hhc 633share/doc/doxygen/html/index.hhc
577share/doc/doxygen/html/index.hhk 634share/doc/doxygen/html/index.hhk
578share/doc/doxygen/html/index.hhp 635share/doc/doxygen/html/index.hhp
579share/doc/doxygen/html/index.html 636share/doc/doxygen/html/index.html
580share/doc/doxygen/html/infoflow.gif 637share/doc/doxygen/html/infoflow.gif
581share/doc/doxygen/html/install.html 638share/doc/doxygen/html/install.html
582share/doc/doxygen/html/installdox_usage.html 639share/doc/doxygen/html/installdox_usage.html
583share/doc/doxygen/html/langhowto.html 640share/doc/doxygen/html/langhowto.html
@@ -609,26 +666,28 @@ share/doc/doxygen/html/xmlcmds.html @@ -609,26 +666,28 @@ share/doc/doxygen/html/xmlcmds.html
609@dirrm share/doc/doxygen/examples/qtstyle 666@dirrm share/doc/doxygen/examples/qtstyle
610@dirrm share/doc/doxygen/examples/pyexample/html 667@dirrm share/doc/doxygen/examples/pyexample/html
611@dirrm share/doc/doxygen/examples/pyexample 668@dirrm share/doc/doxygen/examples/pyexample
612@dirrm share/doc/doxygen/examples/par/html 669@dirrm share/doc/doxygen/examples/par/html
613@dirrm share/doc/doxygen/examples/par 670@dirrm share/doc/doxygen/examples/par
614@dirrm share/doc/doxygen/examples/page/html 671@dirrm share/doc/doxygen/examples/page/html
615@dirrm share/doc/doxygen/examples/page 672@dirrm share/doc/doxygen/examples/page
616@dirrm share/doc/doxygen/examples/overload/html 673@dirrm share/doc/doxygen/examples/overload/html
617@dirrm share/doc/doxygen/examples/overload 674@dirrm share/doc/doxygen/examples/overload
618@dirrm share/doc/doxygen/examples/mux/html 675@dirrm share/doc/doxygen/examples/mux/html
619@dirrm share/doc/doxygen/examples/mux 676@dirrm share/doc/doxygen/examples/mux
620@dirrm share/doc/doxygen/examples/memgrp/html 677@dirrm share/doc/doxygen/examples/memgrp/html
621@dirrm share/doc/doxygen/examples/memgrp 678@dirrm share/doc/doxygen/examples/memgrp
 679@dirrm share/doc/doxygen/examples/manual/html
 680@dirrm share/doc/doxygen/examples/manual
622@dirrm share/doc/doxygen/examples/jdstyle/html 681@dirrm share/doc/doxygen/examples/jdstyle/html
623@dirrm share/doc/doxygen/examples/jdstyle 682@dirrm share/doc/doxygen/examples/jdstyle
624@dirrm share/doc/doxygen/examples/include/html 683@dirrm share/doc/doxygen/examples/include/html
625@dirrm share/doc/doxygen/examples/include 684@dirrm share/doc/doxygen/examples/include
626@dirrm share/doc/doxygen/examples/group/html 685@dirrm share/doc/doxygen/examples/group/html
627@dirrm share/doc/doxygen/examples/group 686@dirrm share/doc/doxygen/examples/group
628@dirrm share/doc/doxygen/examples/func/html 687@dirrm share/doc/doxygen/examples/func/html
629@dirrm share/doc/doxygen/examples/func 688@dirrm share/doc/doxygen/examples/func
630@dirrm share/doc/doxygen/examples/file/html 689@dirrm share/doc/doxygen/examples/file/html
631@dirrm share/doc/doxygen/examples/file 690@dirrm share/doc/doxygen/examples/file
632@dirrm share/doc/doxygen/examples/example/html 691@dirrm share/doc/doxygen/examples/example/html
633@dirrm share/doc/doxygen/examples/example 692@dirrm share/doc/doxygen/examples/example
634@dirrm share/doc/doxygen/examples/enum/html 693@dirrm share/doc/doxygen/examples/enum/html

cvs diff -r1.32 -r1.33 pkgsrc/devel/doxygen/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/distinfo 2008/06/05 07:55:09 1.32
+++ pkgsrc/devel/doxygen/distinfo 2008/11/11 00:44:12 1.33
@@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
1$NetBSD: distinfo,v 1.32 2008/06/05 07:55:09 dsainty Exp $ 1$NetBSD: distinfo,v 1.33 2008/11/11 00:44:12 wiz Exp $
2 2
3SHA1 (doxygen-1.5.6.src.tar.gz) = a478176b9183aef299418e655d6e38b8f8f4e4a5 3SHA1 (doxygen-1.5.7.1.src.tar.gz) = aecb0c453f76e900eb2aa8132ad063215005fca3
4RMD160 (doxygen-1.5.6.src.tar.gz) = 94c0d1fe325fa6c9f4a86e2a68e7516dccc4108b 4RMD160 (doxygen-1.5.7.1.src.tar.gz) = f9614bb076d6531334a212a95dfbb862a7502c69
5Size (doxygen-1.5.6.src.tar.gz) = 4011956 bytes 5Size (doxygen-1.5.7.1.src.tar.gz) = 4096168 bytes
6SHA1 (patch-aa) = dd970fa86865ee1eca0d41a86366a608e19b582a 6SHA1 (patch-aa) = 74aa6e068c150d2e40c5a73723afd24d510f4538
7SHA1 (patch-ab) = f85f15c38877e7d646b3cc981564de8436c2a5af 7SHA1 (patch-ab) = 951ad787ec32cf5dd3915d91df1fb45bc199ec79
8SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974 8SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974
9SHA1 (patch-ad) = e06da37357b5d49e89c78d3eb31c2428ebed395b 9SHA1 (patch-af) = 5911fcc07b4165bb78b1618545e15c6da8d379f7
10SHA1 (patch-af) = b52845ca3d4d58a876538e8b4780a19419aabe75 
11SHA1 (patch-ag) = a7cf7cd0b510e9a8293e5f8a43517cfc80a60d15 10SHA1 (patch-ag) = a7cf7cd0b510e9a8293e5f8a43517cfc80a60d15
12SHA1 (patch-ah) = aa5a701f0586aa99fdb140f8d7fa63ca14d9f460 11SHA1 (patch-ah) = 8ec4502a6324cbdb4821887bcfe808f086aaa78b

cvs diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/patches/Attic/patch-aa 2004/11/09 14:31:51 1.2
+++ pkgsrc/devel/doxygen/patches/Attic/patch-aa 2008/11/11 00:44:12 1.3
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-aa,v 1.2 2004/11/09 14:31:51 adam Exp $ 1$NetBSD: patch-aa,v 1.3 2008/11/11 00:44:12 wiz Exp $
2 2
3--- tmake/lib/netbsd-g++/tmake.conf.orig Tue Sep 4 16:00:50 2001 3--- tmake/lib/netbsd-g++/tmake.conf.orig 2006-07-21 19:54:13.000000000 +0000
4+++ tmake/lib/netbsd-g++/tmake.conf Tue Sep 4 16:00:56 2001 4+++ tmake/lib/netbsd-g++/tmake.conf
5@@ -11,7 +11,7 @@ 5@@ -11,7 +11,7 @@ TMAKE_CC = gcc
6 TMAKE_CFLAGS = 6 TMAKE_CFLAGS =
7 TMAKE_CFLAGS_WARN_ON = -Wall -W 7 TMAKE_CFLAGS_WARN_ON = -Wall -W
8 TMAKE_CFLAGS_WARN_OFF = 8 TMAKE_CFLAGS_WARN_OFF =
9-TMAKE_CFLAGS_RELEASE = -O2 9-TMAKE_CFLAGS_RELEASE = -O2
10+TMAKE_CFLAGS_RELEASE = ${PKGSRC_CFLAGS} 10+TMAKE_CFLAGS_RELEASE = ${PKGSRC_CFLAGS}
11 TMAKE_CFLAGS_DEBUG = -g 11 TMAKE_CFLAGS_DEBUG = -g
12 TMAKE_CFLAGS_SHLIB = -fPIC 12 TMAKE_CFLAGS_SHLIB = -fPIC
13 TMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses 13 TMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses

cvs diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/Attic/patch-af (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/patches/Attic/patch-af 2004/05/10 00:15:49 1.2
+++ pkgsrc/devel/doxygen/patches/Attic/patch-af 2008/11/11 00:44:12 1.3
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: patch-af,v 1.2 2004/05/10 00:15:49 recht Exp $ 1$NetBSD: patch-af,v 1.3 2008/11/11 00:44:12 wiz Exp $
2 2
3--- doc/Makefile.in.orig 2004-04-25 20:45:22.000000000 +0200 3--- doc/Makefile.in.orig 2008-01-01 10:39:53.000000000 +0000
4+++ doc/Makefile.in 2004-05-10 00:33:58.000000000 +0200 4+++ doc/Makefile.in
5@@ -31,6 +31,6 @@ 5@@ -31,6 +31,6 @@ clean:
6 language: language.doc  6 language: language.doc
7  7
8 language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py 8 language.doc: $(wildcard ../src/translator*.h) maintainers.txt language.tpl translator.py
9- python translator.py 9- python translator.py
10+ @PYTHONBIN@ translator.py 10+ @PYTHONBIN@ translator.py
11  11
12 FORCE: 12 FORCE:

cvs diff -r1.2 -r1.3 pkgsrc/devel/doxygen/patches/Attic/patch-ah (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/patches/Attic/patch-ah 2006/06/14 10:24:53 1.2
+++ pkgsrc/devel/doxygen/patches/Attic/patch-ah 2008/11/11 00:44:12 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ah,v 1.2 2006/06/14 10:24:53 adam Exp $ 1$NetBSD: patch-ah,v 1.3 2008/11/11 00:44:12 wiz Exp $
2 2
3--- src/dirdef.cpp.orig 2006-05-07 20:02:30.000000000 +0200 3--- src/dirdef.cpp.orig 2008-08-17 15:11:27.000000000 +0000
4+++ src/dirdef.cpp 4+++ src/dirdef.cpp
5@@ -103,8 +103,8 @@ static QCString encodeDirName(const QCSt 5@@ -104,8 +104,8 @@ static QCString encodeDirName(const QCSt
6  6
7 QCString DirDef::getOutputFileBase() const 7 QCString DirDef::getOutputFileBase() const
8 { 8 {
9- return "dir_"+encodeDirName(name()); 9- return "dir_"+encodeDirName(name());
10- //return QCString().sprintf("dir_%06d",m_dirCount); 10- //return QCString().sprintf("dir_%06d",m_dirCount);
11+ //return "dir_"+encodeDirName(name()); 11+ //return "dir_"+encodeDirName(name());
12+ return QCString().sprintf("dir_%06d",m_dirCount); 12+ return QCString().sprintf("dir_%06d",m_dirCount);
13 } 13 }
14  14
15 void DirDef::writeDetailedDocumentation(OutputList &ol) 15 void DirDef::writeDetailedDescription(OutputList &ol,const QCString &title)

cvs diff -r1.10 -r1.11 pkgsrc/devel/doxygen/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/devel/doxygen/patches/Attic/patch-ab 2008/06/04 15:05:39 1.10
+++ pkgsrc/devel/doxygen/patches/Attic/patch-ab 2008/11/11 00:44:12 1.11
@@ -1,40 +1,36 @@ @@ -1,40 +1,36 @@
1$NetBSD: patch-ab,v 1.10 2008/06/04 15:05:39 dsainty Exp $ 1$NetBSD: patch-ab,v 1.11 2008/11/11 00:44:12 wiz Exp $
2 2
3--- Makefile.in.orig 2008-06-04 15:03:17.373765859 +1200 3--- Makefile.in.orig 2008-10-04 13:49:57.000000000 +0000
4+++ Makefile.in 2008-06-04 15:22:33.471205326 +1200 4+++ Makefile.in
5@@ -53,25 +53,25 @@ 5@@ -55,23 +55,23 @@ DATE=$(shell date "+%B %Y")
6 MAN1DIR = man/man1 6 MAN1DIR = man/man1
7  7
8 install: doxywizard_install  8 install: doxywizard_install
9- $(INSTTOOL) -d $(INSTALL)/bin 9- $(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin
10- $(INSTTOOL) -m 755 bin/doxygen $(INSTALL)/bin 10- $(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin
11- $(INSTTOOL) -m 755 bin/doxytag $(INSTALL)/bin 11- $(INSTTOOL) -m 755 bin/doxytag $(DESTDIR)/$(INSTALL)/bin
12- $(INSTTOOL) -d $(INSTALL)/$(MAN1DIR) 12- $(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/$(MAN1DIR)
13+ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(INSTALL)/bin 13+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)/$(INSTALL)/bin
14+ $(BSD_INSTALL_PROGRAM) bin/doxygen ${DESTDIR}$(INSTALL)/bin 14+ $(BSD_INSTALL_PROGRAM) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin
15+ $(BSD_INSTALL_PROGRAM) bin/doxytag ${DESTDIR}$(INSTALL)/bin 15+ $(BSD_INSTALL_PROGRAM) -m 755 bin/doxytag $(DESTDIR)/$(INSTALL)/bin
16+ $(BSD_INSTALL_MAN_DIR) ${DESTDIR}$(INSTALL)/$(MAN1DIR) 16+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)/$(INSTALL)/$(MAN1DIR)
17 cat doc/doxygen.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxygen.1  17 cat doc/doxygen.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxygen.1
18- $(INSTTOOL) -m 644 doxygen.1 $(INSTALL)/$(MAN1DIR)/doxygen.1 18- $(INSTTOOL) -m 644 doxygen.1 $(DESTDIR)/$(INSTALL)/$(MAN1DIR)/doxygen.1
19+ $(BSD_INSTALL_MAN) doxygen.1 ${DESTDIR}$(INSTALL)/$(MAN1DIR)/doxygen.1 19+ $(BSD_INSTALL_MAN) doxygen.1 $(DESTDIR)/$(INSTALL)/$(MAN1DIR)/doxygen.1
20 rm doxygen.1 20 rm doxygen.1
21 cat doc/doxytag.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxytag.1 21 cat doc/doxytag.1 | sed -e "s/DATE/$(DATE)/g" -e "s/VERSION/$(VERSION)/g" > doxytag.1
22- $(INSTTOOL) -m 644 doxytag.1 $(INSTALL)/$(MAN1DIR)/doxytag.1 22- $(INSTTOOL) -m 644 doxytag.1 $(DESTDIR)/$(INSTALL)/$(MAN1DIR)/doxytag.1
23+ $(BSD_INSTALL_MAN) doxytag.1 ${DESTDIR}$(INSTALL)/$(MAN1DIR)/doxytag.1 23+ $(BSD_INSTALL_MAN) doxytag.1 $(DESTDIR)/$(INSTALL)/$(MAN1DIR)/doxytag.1
24 rm doxytag.1 24 rm doxytag.1
25  25
26 install_docs:  26 install_docs:
27- $(INSTTOOL) -d $(DOCDIR) 27- $(INSTTOOL) -d $(DESTDIR)/$(DOCDIR)
28+ $(BSD_INSTALL_DATA_DIR) ${DESTDIR}$(DOCDIR) 28+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)/$(DOCDIR)
29 $(MAKE) -C examples 29 $(MAKE) -C examples
30 $(MAKE) -C doc  30 $(MAKE) -C doc
31 $(MAKE) -C latex  31 $(MAKE) -C latex
32- $(INSTTOOL) -m 644 latex/doxygen_manual.pdf $(DOCDIR) 32- $(INSTTOOL) -m 644 latex/doxygen_manual.pdf $(DESTDIR)/$(DOCDIR)
33- cp -r examples $(DOCDIR) 33+ $(BSD_INSTALL_DATA) -m 644 latex/doxygen_manual.pdf $(DESTDIR)/$(DOCDIR)
34- cp -r html $(DOCDIR) 34 cp -r examples $(DESTDIR)/$(DOCDIR)
35+ $(BSD_INSTALL_DATA) latex/doxygen_manual.pdf ${DESTDIR}$(DOCDIR) 35 cp -r html $(DESTDIR)/$(DOCDIR)
36+ cp -r examples ${DESTDIR}$(DOCDIR) 
37+ cp -r html ${DESTDIR}$(DOCDIR) 
38  36
39 docs: FORCE 
40 cd examples ; $(MAKE) 

File Deleted: pkgsrc/devel/doxygen/patches/Attic/patch-ad