summaryrefslogtreecommitdiffstats
path: root/doc/devel
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-01-06 14:31:02 +0100
committerFrancis Dupont <fdupont@isc.org>2021-01-06 14:31:02 +0100
commitbe45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf (patch)
tree79ed890ed679f7fd1cd32c69f27e1a2bfe5acf93 /doc/devel
parent[#1512] hammer: improved handling missing vagrant (diff)
downloadkea-be45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf.tar.xz
kea-be45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf.zip
[#1636] Ported 1263/1619 fixes
Diffstat (limited to 'doc/devel')
-rw-r--r--doc/devel/doc.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/devel/doc.dox b/doc/devel/doc.dox
index ade95e4712..b2a80aa7bb 100644
--- a/doc/devel/doc.dox
+++ b/doc/devel/doc.dox
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2021 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
@@ -36,9 +36,9 @@ unless you alter description of existing commands or add a new one.
There are several steps needed to document a new API command:
1. Configure sources with ./configure --enable-generate-docs
- 1. Copy doc/sphinx/api/_template.json to appropriate name.
+ 1. Copy src/shared/api/_template.json to appropriate name.
2. Remove comments from it and fill in the actual content.
- 3. Update api_files variable in doc/sphinx/Makefile.am
+ 3. Update api_files.mk file in src/share/api/Makefile.am
4. make html will generate multi-page html.
5. make singlehtml will generate a single page html.