summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-25 14:44:22 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-25 14:44:22 +0100
commit9699169cdf019d30dbd6a853a31d8c445804ab54 (patch)
tree24fb0745944d01243754f7d03865cf7ed8e6601a /scripts
parentced830539edbfed0b7725bf82554062551f258dd (diff)
Added API documentation for two missing C++ functions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index f085dc57..d8208bd1 100755
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -52,7 +52,7 @@ FILES = [
HEADER_LINES = [123, 21, 126, 24, 29, 41, 29, 65, 32, 95, 21, 288]
FOOTER_LINES = [41, 56, 27, 38, 6, 6, 6, 9, 2, 41, 55, 1]
HEADER_LINES_DOC = 0
-FOOTER_LINES_DOC = 63
+FOOTER_LINES_DOC = 123
# Different possibilities for requirements
ald_m = "The value of `a_ld` must be at least `m`."