Skip to content

Commit e6ca237

Browse files
authored
Hide HTML comment (license) in rendered Documenter page (#549)
1 parent de59e48 commit e6ca237

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```@raw html
12
<!---
23
Licensed to the Apache Software Foundation (ASF) under one
34
or more contributor license agreements. See the NOTICE file
@@ -16,6 +17,7 @@
1617
specific language governing permissions and limitations
1718
under the License.
1819
-->
20+
```
1921

2022
# Arrow.jl
2123

docs/src/manual.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```@raw html
12
<!---
23
Licensed to the Apache Software Foundation (ASF) under one
34
or more contributor license agreements. See the NOTICE file
@@ -16,6 +17,7 @@
1617
specific language governing permissions and limitations
1718
under the License.
1819
-->
20+
```
1921

2022
# User Manual
2123

docs/src/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
```@raw html
12
<!---
23
Licensed to the Apache Software Foundation (ASF) under one
34
or more contributor license agreements. See the NOTICE file
@@ -16,6 +17,7 @@
1617
specific language governing permissions and limitations
1718
under the License.
1819
-->
20+
```
1921

2022
# API Reference
2123

0 commit comments

Comments
 (0)