mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
[master] change markdown comment style for pandoc
This commit is contained in:
parent
d1554926d0
commit
a7dc84cd4b
4
HISTORY
4
HISTORY
@ -1,7 +1,3 @@
|
||||
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
|
||||
This Source Code Form is subject to the terms of the Mozilla Public -
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this -
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> ###
|
||||
Functional enhancements from prior major releases of BIND 9
|
||||
|
||||
BIND 9.11
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
### Functional enhancements from prior major releases of BIND 9
|
||||
|
||||
#### BIND 9.11
|
||||
|
10
OPTIONS
10
OPTIONS
@ -1,10 +1,6 @@
|
||||
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
|
||||
This Source Code Form is subject to the terms of the Mozilla Public -
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this -
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> Setting the
|
||||
STD_CDEFINES environment variable before running configure can be used to
|
||||
enable certain compile-time options that are not explicitly defined in
|
||||
configure.
|
||||
Setting the STD_CDEFINES environment variable before running configure can
|
||||
be used to enable certain compile-time options that are not explicitly
|
||||
defined in configure.
|
||||
|
||||
Some of these settings are:
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
Setting the `STD_CDEFINES` environment variable before running `configure`
|
||||
can be used to enable certain compile-time options that are not explicitly
|
||||
defined in `configure`.
|
||||
|
5
README
5
README
@ -1,7 +1,4 @@
|
||||
<!--- - Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC") - -
|
||||
This Source Code Form is subject to the terms of the Mozilla Public -
|
||||
License, v. 2.0. If a copy of the MPL was not distributed with this -
|
||||
file, You can obtain one at http://mozilla.org/MPL/2.0/. ---> # BIND 9
|
||||
BIND 9
|
||||
|
||||
Contents
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
# BIND 9
|
||||
|
||||
### Contents
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
## BIND Source Access and Contributor Guidelines
|
||||
*Apr 14, 2017*
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
## BIND Developer Information
|
||||
|
||||
### Contents
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!---
|
||||
<!--
|
||||
- Copyright (C) 2017 Internet Systems Consortium, Inc. ("ISC")
|
||||
-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
--->
|
||||
-->
|
||||
## BIND 9 Coding Style
|
||||
|
||||
BIND 9 is principally written in [C](#cstyle), with some additional code
|
||||
|
@ -208,9 +208,9 @@ foreach $file (keys %file_types) {
|
||||
$end_comment = "-->\n";
|
||||
} elsif ($type eq "MKD") {
|
||||
$mkd_comment = 1;
|
||||
$start_comment = "<!---\n";
|
||||
$start_comment = "<!--\n";
|
||||
$prefix = " - ";
|
||||
$end_comment = "--->";
|
||||
$end_comment = "-->";
|
||||
} elsif ($type eq "TXT") {
|
||||
$prefix = "";
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user