components/tidy/tidy.p5m
author Rich Burridge <rich.burridge@oracle.com>
Wed, 08 Apr 2015 18:26:34 -0700
changeset 4074 3b59c13ef5ec
parent 2073 3fb5ed4f42cd
child 4295 8e6a71e8754b
permissions -rw-r--r--
20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     1
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     3
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    12
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    20
#
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    22
#
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    23
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    24
<transform file path=usr/share/doc/tidy/html/api/(.+)$ -> \
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    25
    set action.hash usr/share/doc/tidy/api/%<\1> >
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    27
set name=pkg.fmri value=pkg:/text/tidy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    28
set name=pkg.summary value="The HTML Tidy Library."
773
cfddc5466118 7160401 userland is unhappy on 13
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 629
diff changeset
    29
set name=pkg.description \
cfddc5466118 7160401 userland is unhappy on 13
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 629
diff changeset
    30
    value="HTML Tidy is an open source program and library for checking and generating clean XHTML/HTML."
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    31
set name=com.oracle.info.description value="the HTML Tidy utility"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1745
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    34
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 281
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
773
cfddc5466118 7160401 userland is unhappy on 13
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 629
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2007/134
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
1745
d6648ecc3e8b 18328743 pkg:/library/aalib still delivering 32-bit executables
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    39
file usr/bin/$(MACH64)/tab2space path=usr/bin/tab2space
d6648ecc3e8b 18328743 pkg:/library/aalib still delivering 32-bit executables
Rich Burridge <rich.burridge@oracle.com>
parents: 1251
diff changeset
    40
file usr/bin/$(MACH64)/tidy path=usr/bin/tidy
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    41
file include/buffio.h path=usr/include/tidy/buffio.h
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    42
file include/platform.h path=usr/include/tidy/platform.h
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    43
file include/tidy.h path=usr/include/tidy/tidy.h
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    44
file include/tidyenum.h path=usr/include/tidy/tidyenum.h
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    45
link path=usr/lib/$(MACH64)/libtidy-1.0.so target=libtidy-1.0.so.0.0.0
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    46
link path=usr/lib/$(MACH64)/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/$(MACH64)/libtidy-1.0.so.0.0.0
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    48
link path=usr/lib/$(MACH64)/libtidy.so target=libtidy-1.0.so.0.0.0
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/$(MACH64)/llib-ltidy.ln
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    50
link path=usr/lib/libtidy-1.0.so target=libtidy-1.0.so.0.0.0
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    51
link path=usr/lib/libtidy-1.0.so.0 target=libtidy-1.0.so.0.0.0
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/libtidy-1.0.so.0.0.0
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    53
link path=usr/lib/libtidy.so target=libtidy-1.0.so.0.0.0
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/llib-ltidy
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/llib-ltidy.ln
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    56
file path=usr/share/doc/tidy/html/api/TidyNodeIter_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    57
file path=usr/share/doc/tidy/html/api/access_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    58
file path=usr/share/doc/tidy/html/api/annotated.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
file path=usr/share/doc/tidy/html/api/annotated.js
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    60
file path=usr/share/doc/tidy/html/api/arrowdown.png
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    61
file path=usr/share/doc/tidy/html/api/arrowright.png
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    62
file path=usr/share/doc/tidy/html/api/attrdict_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    63
file path=usr/share/doc/tidy/html/api/attrs_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    64
file path=usr/share/doc/tidy/html/api/bc_s.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    65
file path=usr/share/doc/tidy/html/api/bdwn.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    66
file path=usr/share/doc/tidy/html/api/buffio_8h.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    67
file path=usr/share/doc/tidy/html/api/buffio_8h.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    68
file path=usr/share/doc/tidy/html/api/buffio_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    69
file path=usr/share/doc/tidy/html/api/charsets_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    70
file path=usr/share/doc/tidy/html/api/classes.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    71
file path=usr/share/doc/tidy/html/api/clean_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    72
file path=usr/share/doc/tidy/html/api/closed.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    73
file path=usr/share/doc/tidy/html/api/config_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    74
file path=usr/share/doc/tidy/html/api/deprecated.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    75
file path=usr/share/doc/tidy/html/api/dir_68267d1309a1af8e8297ef4c3efbcdba.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    76
file path=usr/share/doc/tidy/html/api/dir_8c0381a6091af7a47ae909a45b674508.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    77
file path=usr/share/doc/tidy/html/api/dir_9f97b40203d0b7782e2ba57c500dd0f3.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    78
file path=usr/share/doc/tidy/html/api/dir_d44c64559bbebec7f509842c48db8b23.html
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    79
file path=usr/share/doc/tidy/html/api/doc.png
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    80
file path=usr/share/doc/tidy/html/api/doxygen.css
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    81
file path=usr/share/doc/tidy/html/api/doxygen.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    82
file path=usr/share/doc/tidy/html/api/dynsections.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    83
file path=usr/share/doc/tidy/html/api/entities_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    84
file path=usr/share/doc/tidy/html/api/fileio_8h.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    85
file path=usr/share/doc/tidy/html/api/fileio_8h.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    86
file path=usr/share/doc/tidy/html/api/fileio_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    87
file path=usr/share/doc/tidy/html/api/files.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    88
file path=usr/share/doc/tidy/html/api/files.js
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    89
file path=usr/share/doc/tidy/html/api/folderclosed.png
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
    90
file path=usr/share/doc/tidy/html/api/folderopen.png
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    91
file path=usr/share/doc/tidy/html/api/forward_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    92
file path=usr/share/doc/tidy/html/api/functions.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    93
file path=usr/share/doc/tidy/html/api/functions_func.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    94
file path=usr/share/doc/tidy/html/api/functions_vars.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    95
file path=usr/share/doc/tidy/html/api/globals.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    96
file path=usr/share/doc/tidy/html/api/globals_defs.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    97
file path=usr/share/doc/tidy/html/api/globals_func.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    98
file path=usr/share/doc/tidy/html/api/globals_type.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    99
file path=usr/share/doc/tidy/html/api/group__AttrGet.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   100
file path=usr/share/doc/tidy/html/api/group__AttrGet.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   101
file path=usr/share/doc/tidy/html/api/group__AttrGetAttributeName.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   102
file path=usr/share/doc/tidy/html/api/group__AttrIsAttributeName.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   103
file path=usr/share/doc/tidy/html/api/group__Attribute.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   104
file path=usr/share/doc/tidy/html/api/group__Attribute.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   105
file path=usr/share/doc/tidy/html/api/group__Basic.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   106
file path=usr/share/doc/tidy/html/api/group__Basic.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   107
file path=usr/share/doc/tidy/html/api/group__Clean.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   108
file path=usr/share/doc/tidy/html/api/group__Clean.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   109
file path=usr/share/doc/tidy/html/api/group__Configuration.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   110
file path=usr/share/doc/tidy/html/api/group__Configuration.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   111
file path=usr/share/doc/tidy/html/api/group__IO.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   112
file path=usr/share/doc/tidy/html/api/group__IO.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   113
file path=usr/share/doc/tidy/html/api/group__Memory.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   114
file path=usr/share/doc/tidy/html/api/group__Memory.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   115
file path=usr/share/doc/tidy/html/api/group__NodeAsk.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   116
file path=usr/share/doc/tidy/html/api/group__NodeAsk.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   117
file path=usr/share/doc/tidy/html/api/group__NodeIsElementName.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   118
file path=usr/share/doc/tidy/html/api/group__Opaque.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   119
file path=usr/share/doc/tidy/html/api/group__Opaque.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   120
file path=usr/share/doc/tidy/html/api/group__Parse.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   121
file path=usr/share/doc/tidy/html/api/group__Parse.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   122
file path=usr/share/doc/tidy/html/api/group__Save.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   123
file path=usr/share/doc/tidy/html/api/group__Save.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   124
file path=usr/share/doc/tidy/html/api/group__Tree.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   125
file path=usr/share/doc/tidy/html/api/httpio_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   126
file path=usr/share/doc/tidy/html/api/iconvtc_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   127
file path=usr/share/doc/tidy/html/api/index.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   128
file path=usr/share/doc/tidy/html/api/jquery.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   129
file path=usr/share/doc/tidy/html/api/lexer_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   130
file path=usr/share/doc/tidy/html/api/mappedio_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   131
file path=usr/share/doc/tidy/html/api/message_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   132
file path=usr/share/doc/tidy/html/api/modules.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   133
file path=usr/share/doc/tidy/html/api/modules.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   134
file path=usr/share/doc/tidy/html/api/nav_f.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   135
file path=usr/share/doc/tidy/html/api/nav_g.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   136
file path=usr/share/doc/tidy/html/api/nav_h.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   137
file path=usr/share/doc/tidy/html/api/navtree.css
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   138
file path=usr/share/doc/tidy/html/api/navtree.js
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
   139
file path=usr/share/doc/tidy/html/api/navtreedata.js
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   140
file path=usr/share/doc/tidy/html/api/navtreeindex0.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   141
file path=usr/share/doc/tidy/html/api/navtreeindex1.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   142
file path=usr/share/doc/tidy/html/api/navtreeindex2.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   143
file path=usr/share/doc/tidy/html/api/navtreeindex3.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   144
file path=usr/share/doc/tidy/html/api/open.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   145
file path=usr/share/doc/tidy/html/api/pages.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   146
file path=usr/share/doc/tidy/html/api/parser_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   147
file path=usr/share/doc/tidy/html/api/platform_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   148
file path=usr/share/doc/tidy/html/api/pprint_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   149
file path=usr/share/doc/tidy/html/api/resize.js
4074
3b59c13ef5ec 20671162 new doxygen breaks tidy/apr-1_5 (and more?)
Rich Burridge <rich.burridge@oracle.com>
parents: 2073
diff changeset
   150
file path=usr/share/doc/tidy/html/api/splitbar.png
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   151
file path=usr/share/doc/tidy/html/api/streamio_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   152
file path=usr/share/doc/tidy/html/api/structAllOption__t.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   153
file path=usr/share/doc/tidy/html/api/structAllOption__t.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   154
file path=usr/share/doc/tidy/html/api/structCmdOptDesc.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   155
file path=usr/share/doc/tidy/html/api/structCmdOptDesc.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   156
file path=usr/share/doc/tidy/html/api/structOptionDesc.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   157
file path=usr/share/doc/tidy/html/api/structOptionDesc.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   158
file path=usr/share/doc/tidy/html/api/structStream.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   159
file path=usr/share/doc/tidy/html/api/structStream.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   160
file path=usr/share/doc/tidy/html/api/structTidyAttr.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   161
file path=usr/share/doc/tidy/html/api/structTidyDoc.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   162
file path=usr/share/doc/tidy/html/api/structTidyNode.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   163
file path=usr/share/doc/tidy/html/api/structTidyOption.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   164
file path=usr/share/doc/tidy/html/api/structTidyOptionDoc.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   165
file path=usr/share/doc/tidy/html/api/structTidyOptionDoc.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   166
file path=usr/share/doc/tidy/html/api/struct__Anchor.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   167
file path=usr/share/doc/tidy/html/api/struct__Anchor.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   168
file path=usr/share/doc/tidy/html/api/struct__AttVal.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   169
file path=usr/share/doc/tidy/html/api/struct__AttVal.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   170
file path=usr/share/doc/tidy/html/api/struct__AttrHash.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   171
file path=usr/share/doc/tidy/html/api/struct__AttrHash.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   172
file path=usr/share/doc/tidy/html/api/struct__AttrVersion.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   173
file path=usr/share/doc/tidy/html/api/struct__AttrVersion.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   174
file path=usr/share/doc/tidy/html/api/struct__Attribute.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   175
file path=usr/share/doc/tidy/html/api/struct__Attribute.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   176
file path=usr/share/doc/tidy/html/api/struct__Dict.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   177
file path=usr/share/doc/tidy/html/api/struct__Dict.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   178
file path=usr/share/doc/tidy/html/api/struct__DictHash.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   179
file path=usr/share/doc/tidy/html/api/struct__DictHash.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   180
file path=usr/share/doc/tidy/html/api/struct__HTTPInputSource.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   181
file path=usr/share/doc/tidy/html/api/struct__HTTPInputSource.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   182
file path=usr/share/doc/tidy/html/api/struct__IStack.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   183
file path=usr/share/doc/tidy/html/api/struct__IStack.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   184
file path=usr/share/doc/tidy/html/api/struct__Lexer.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   185
file path=usr/share/doc/tidy/html/api/struct__Lexer.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   186
file path=usr/share/doc/tidy/html/api/struct__Node.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   187
file path=usr/share/doc/tidy/html/api/struct__Node.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   188
file path=usr/share/doc/tidy/html/api/struct__StreamIn.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   189
file path=usr/share/doc/tidy/html/api/struct__StreamIn.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   190
file path=usr/share/doc/tidy/html/api/struct__StreamOut.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   191
file path=usr/share/doc/tidy/html/api/struct__StreamOut.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   192
file path=usr/share/doc/tidy/html/api/struct__Style.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   193
file path=usr/share/doc/tidy/html/api/struct__Style.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   194
file path=usr/share/doc/tidy/html/api/struct__StyleProp.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   195
file path=usr/share/doc/tidy/html/api/struct__StyleProp.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   196
file path=usr/share/doc/tidy/html/api/struct__TidyAllocator.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   197
file path=usr/share/doc/tidy/html/api/struct__TidyAllocator.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   198
file path=usr/share/doc/tidy/html/api/struct__TidyAllocatorVtbl.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   199
file path=usr/share/doc/tidy/html/api/struct__TidyAllocatorVtbl.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   200
file path=usr/share/doc/tidy/html/api/struct__TidyAttribImpl.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   201
file path=usr/share/doc/tidy/html/api/struct__TidyAttribImpl.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   202
file path=usr/share/doc/tidy/html/api/struct__TidyBuffer.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   203
file path=usr/share/doc/tidy/html/api/struct__TidyBuffer.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   204
file path=usr/share/doc/tidy/html/api/struct__TidyDocImpl.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   205
file path=usr/share/doc/tidy/html/api/struct__TidyDocImpl.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   206
file path=usr/share/doc/tidy/html/api/struct__TidyIndent.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   207
file path=usr/share/doc/tidy/html/api/struct__TidyIndent.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   208
file path=usr/share/doc/tidy/html/api/struct__TidyInputSource.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   209
file path=usr/share/doc/tidy/html/api/struct__TidyInputSource.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   210
file path=usr/share/doc/tidy/html/api/struct__TidyNodeIter.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   211
file path=usr/share/doc/tidy/html/api/struct__TidyNodeIter.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   212
file path=usr/share/doc/tidy/html/api/struct__TidyOutputSink.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   213
file path=usr/share/doc/tidy/html/api/struct__TidyOutputSink.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   214
file path=usr/share/doc/tidy/html/api/struct__TidyPrintImpl.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   215
file path=usr/share/doc/tidy/html/api/struct__TidyPrintImpl.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   216
file path=usr/share/doc/tidy/html/api/struct__TidyTagImpl.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   217
file path=usr/share/doc/tidy/html/api/struct__TidyTagImpl.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   218
file path=usr/share/doc/tidy/html/api/struct__colors.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   219
file path=usr/share/doc/tidy/html/api/struct__colors.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   220
file path=usr/share/doc/tidy/html/api/struct__entity.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   221
file path=usr/share/doc/tidy/html/api/struct__entity.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   222
file path=usr/share/doc/tidy/html/api/struct__fp__input__source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   223
file path=usr/share/doc/tidy/html/api/struct__fp__input__source.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   224
file path=usr/share/doc/tidy/html/api/struct__tidy__config.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   225
file path=usr/share/doc/tidy/html/api/struct__tidy__config.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   226
file path=usr/share/doc/tidy/html/api/struct__tidy__option.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   227
file path=usr/share/doc/tidy/html/api/struct__tidy__option.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   228
file path=usr/share/doc/tidy/html/api/sync_off.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   229
file path=usr/share/doc/tidy/html/api/sync_on.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   230
file path=usr/share/doc/tidy/html/api/tab_a.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   231
file path=usr/share/doc/tidy/html/api/tab_b.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   232
file path=usr/share/doc/tidy/html/api/tab_h.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   233
file path=usr/share/doc/tidy/html/api/tab_s.png
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   234
file path=usr/share/doc/tidy/html/api/tabs.css
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   235
file path=usr/share/doc/tidy/html/api/tags_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   236
file path=usr/share/doc/tidy/html/api/tidy-int_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   237
file path=usr/share/doc/tidy/html/api/tidy_8h.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   238
file path=usr/share/doc/tidy/html/api/tidy_8h.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   239
file path=usr/share/doc/tidy/html/api/tidy_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   240
file path=usr/share/doc/tidy/html/api/tidyenum_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   241
file path=usr/share/doc/tidy/html/api/tmbstr_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   242
file path=usr/share/doc/tidy/html/api/unionTidyOptionValue.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   243
file path=usr/share/doc/tidy/html/api/unionTidyOptionValue.js
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   244
file path=usr/share/doc/tidy/html/api/utf8_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   245
file path=usr/share/doc/tidy/html/api/version_8h_source.html
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   246
file path=usr/share/doc/tidy/html/api/win32tc_8h_source.html
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   247
file htmldoc/checked_by_tidy.gif \
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   248
    path=usr/share/doc/tidy/html/checked_by_tidy.gif
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   249
file htmldoc/doxygen.cfg path=usr/share/doc/tidy/html/doxygen.cfg
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   250
file htmldoc/faq.html path=usr/share/doc/tidy/html/faq.html
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   251
file htmldoc/grid.gif path=usr/share/doc/tidy/html/grid.gif
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   252
file htmldoc/license.html path=usr/share/doc/tidy/html/license.html
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   253
file htmldoc/pending.html path=usr/share/doc/tidy/html/pending.html
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   254
file htmldoc/quickref-html.xsl path=usr/share/doc/tidy/html/quickref-html.xsl
2073
3fb5ed4f42cd 19375053 doxygen upgrade breaks a few things in userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
   255
file htmldoc/release-notes.html path=usr/share/doc/tidy/html/release-notes.html
281
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   256
file htmldoc/tidy.css path=usr/share/doc/tidy/html/tidy.css
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   257
file htmldoc/tidy.gif path=usr/share/doc/tidy/html/tidy.gif
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   258
file htmldoc/tidy1.xsl path=usr/share/doc/tidy/html/tidy1.xsl
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   259
file files/tab2space.1 path=usr/share/man/man1/tab2space.1
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   260
file files/tidy.1 path=usr/share/man/man1/tidy.1
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   261
file files/libtidy.3 path=usr/share/man/man3/libtidy.3
d8461ade59a0 7048757 Move tidy to Userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   262
license tidy.license license=W3C