doc/SYMBOLS: More fixes to file exports.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 Sep 2015 13:09:21 +0000 (14:09 +0100)
doc/SYMBOLS

index c49d475..a6ae09d 100644 (file)
@@ -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