From 2e2816d37bd3951177967d1cf5ce707b75a539fa Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] doc/SYMBOLS: More fixes to file exports. --- doc/SYMBOLS | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/doc/SYMBOLS b/doc/SYMBOLS index c49d475..a6ae09d 100644 --- a/doc/SYMBOLS +++ b/doc/SYMBOLS @@ -3,7 +3,7 @@ Package `sod' pset-proto.lisp add-property function - check--unused-properties + check-unused-properties function coerce-property-value generic decode-property generic get-property function @@ -78,6 +78,7 @@ module-output.lisp module-impl.lisp *module-dirs* variable c-fragment class + c-fragment-text generic setf code-fragment-item class find-file function type-item class @@ -146,7 +147,10 @@ method-aggregate.lisp lexer-proto.lisp define-indicator function + cl:error function class parser lexer-error function + scan-comment function + skip-until function parser sod-token-scanner class syntax-error function @@ -613,6 +617,10 @@ base-offset-class base-offset c-array-dimensions c-array-type +c-fragment-text + c-fragment +(setf c-fragment-text) + t c-fragment c-function-arguments c-function-type c-tagged-type-kind @@ -1298,6 +1306,17 @@ vtable-pointer-class vtable-pointer ----------------------------------------------------------------------------- +Package `sod-frontend' + +frontend.lisp + main function + +Classes: +cl:t + +Methods: + +----------------------------------------------------------------------------- Package `sod-parser' floc-proto.lisp @@ -1558,7 +1577,7 @@ enclosed-condition enclosing-condition expand-parser-form token-scanner-context (eql cl:error) t - token-scanner-context (eql sod::skip-until) t + token-scanner-context (eql sod:skip-until) t t (eql expr) t list-parser (eql cl:type) t list-parser (eql cl:quote) t -- 2.11.0