Add tryBase58Decode() to all_new_functions_must_be_documented's ignore list

I should not be doing this (sorry) but we currently don't generate the
official documentation from the in-source documentation. This means that
adding in-source documentation means duplicating documentation :-(
This commit is contained in:
Robert Schulze 2022-09-27 12:08:40 +00:00
parent 06493a0062
commit 39014c034e
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 2 additions and 1 deletions

View File

@ -908,6 +908,7 @@ trimBoth
trimLeft
trimRight
trunc
tryBase58Decode
tumble
tumbleEnd
tumbleStart

View File

@ -15,5 +15,5 @@ AND name NOT IN (
'h3ToGeoBoundary', 'h3ToParent', 'h3ToString', 'h3UnidirectionalEdgeIsValid', 'h3kRing', 'stringToH3',
'geoToS2', 's2CapContains', 's2CapUnion', 's2CellsIntersect', 's2GetNeighbors', 's2RectAdd', 's2RectContains', 's2RectIntersection', 's2RectUnion', 's2ToGeo',
'normalizeUTF8NFC', 'normalizeUTF8NFD', 'normalizeUTF8NFKC', 'normalizeUTF8NFKD',
'lemmatize', 'tokenize', 'stem', 'synonyms'
'lemmatize', 'tokenize', 'stem', 'synonyms' -- these functions are not enabled in fast test
) ORDER BY name;