Update to 1.8.3.1:
Changes Changed to way the search results for multiple projects can be linked together. A project is now no longer identified by the tag files name but via new option EXTERNAL_SEARCH_ID giving a bit more flexibility. Disabled the disk cache for member data. Allows removing quite some complexity in doxygen and is not really needed now that 64bit systems with >4GB RAM are becoming more common. Let me know if you think you benefit from this caching. id 691607: Using $relpath$ in a custom footer could lead to ambiguities when followed by a name that could also be a marker, like 'search'. Now $relpath^ should be used instead. $relpath$ is still supported for backward compatibility. New features You can now use EXTENSION_MAPPING on files without any extension using no_extension as placeholder (thanks to Jason Majors for the patch). To make navindex section inside a layout file that links to a specific URL you can use usergroup with the url attribute. To make navindex section without any link inside a layout file you can use usergroup with special title [none]. And lots of bugfixes.
This commit is contained in:
parent
9c7d7d99ea
commit
40a7e5a135
3 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.95 2013/01/06 01:00:58 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.96 2013/01/30 10:41:43 wiz Exp $
|
||||
|
||||
DISTNAME= doxygen-1.8.3.src
|
||||
DISTNAME= doxygen-1.8.3.1.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.33 2013/01/06 01:00:58 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.34 2013/01/30 10:41:43 wiz Exp $
|
||||
bin/doxygen
|
||||
man/man1/doxygen.1
|
||||
${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf
|
||||
|
@ -1427,7 +1427,6 @@ ${PLIST.latex}share/doc/doxygen/html/custcmd.html
|
|||
${PLIST.latex}share/doc/doxygen/html/customize.html
|
||||
${PLIST.latex}share/doc/doxygen/html/diagrams.html
|
||||
${PLIST.latex}share/doc/doxygen/html/docblocks.html
|
||||
${PLIST.latex}share/doc/doxygen/html/dot_inline_dotgraph_1.png
|
||||
${PLIST.latex}share/doc/doxygen/html/doxygen.png
|
||||
${PLIST.latex}share/doc/doxygen/html/doxygen_logo.gif
|
||||
${PLIST.latex}share/doc/doxygen/html/doxygen_logo_low.gif
|
||||
|
@ -1444,6 +1443,7 @@ ${PLIST.latex}share/doc/doxygen/html/doxywizard_usage.html
|
|||
${PLIST.latex}share/doc/doxygen/html/dynsections.js
|
||||
${PLIST.latex}share/doc/doxygen/html/external.html
|
||||
${PLIST.latex}share/doc/doxygen/html/extsearch.html
|
||||
${PLIST.latex}share/doc/doxygen/html/extsearch_flow.png
|
||||
${PLIST.latex}share/doc/doxygen/html/faq.html
|
||||
${PLIST.latex}share/doc/doxygen/html/features.html
|
||||
${PLIST.latex}share/doc/doxygen/html/form_0.png
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.47 2013/01/06 01:00:58 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.48 2013/01/30 10:41:44 wiz Exp $
|
||||
|
||||
SHA1 (doxygen-1.8.3.src.tar.gz) = e74240f445e08b782fa7a3de5f0b333901307587
|
||||
RMD160 (doxygen-1.8.3.src.tar.gz) = fa1fa1c38dc1d26104b5c4e9cbb9e118f830378d
|
||||
Size (doxygen-1.8.3.src.tar.gz) = 6106980 bytes
|
||||
SHA1 (doxygen-1.8.3.1.src.tar.gz) = 289fc809f44b8025d45279deefbaee7680efd88f
|
||||
RMD160 (doxygen-1.8.3.1.src.tar.gz) = a3221d71eb190820e6352e96d8e94e5869f071d5
|
||||
Size (doxygen-1.8.3.1.src.tar.gz) = 6196887 bytes
|
||||
SHA1 (patch-aa) = 74aa6e068c150d2e40c5a73723afd24d510f4538
|
||||
SHA1 (patch-ab) = 1bd196c38786bb6b0b1817bb9575924ca234aee3
|
||||
SHA1 (patch-ac) = 87c68a2ce598c10d90d775764f4c05739eb51435
|
||||
|
|
Loading…
Reference in a new issue