automatically filter out names from serializable structs

This commit is contained in:
Ryan Culpepper 2011-04-25 20:23:40 -06:00
parent aac8be59ac
commit ee6fa14ec4

View File

@ -55,7 +55,9 @@
(not (xref-binding->definition-tag
xref
(list what ex)
#f)))
#f))
#:when
(not (regexp-match #rx"^deserialize-info:" (symbol->string ex))))
ex))
(unless (null? undocumented-exports)