view dtd/error.dtd @ 2952:4939c98e2f25

Documented hash.copy() method in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 10 Apr 2023 18:26:21 +0100
parents be54c443235a
children
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  error        EMPTY >
<!ATTLIST  error
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>