;;; loaddefs.el --- automatically extracted autoloads ;; ;;; Code: ;;;### (autoloads (global-srecode-minor-mode srecode-minor-mode) ;;;;;; "srecode/mode" "mode.el" "df9f82f67270768d28d5af006487fe3f") ;;; Generated autoloads from mode.el (autoload 'srecode-minor-mode "srecode/mode" "\ Toggle srecode minor mode. With prefix argument ARG, turn on if positive, otherwise off. The minor mode can be turned on only if semantic feature is available and the current buffer was set up for parsing. Return non-nil if the minor mode is enabled. \\{srecode-mode-map} \(fn &optional ARG)" t nil) (autoload 'global-srecode-minor-mode "srecode/mode" "\ Toggle global use of srecode minor mode. If ARG is positive, enable, if it is negative, disable. If ARG is nil, then toggle. \(fn &optional ARG)" t nil) ;;;*** ;;;### (autoloads (srecode-get-maps) "srecode/map" "map.el" "a35a5f8e093d40ca87790744964004f1") ;;; Generated autoloads from map.el (autoload 'srecode-get-maps "srecode/map" "\ Get a list of maps relevant to the current buffer. Optional argument RESET forces a reset of the current map. \(fn &optional RESET)" t nil) ;;;*** ;;;### (autoloads (srecode-semantic-handle-:java) "srecode/java" ;;;;;; "java.el" "55b437130bb0b6537903780bc19508f2") ;;; Generated autoloads from java.el (autoload 'srecode-semantic-handle-:java "srecode/java" "\ Add macros into the dictionary DICT based on the current java file. Adds the following: FILENAME_AS_PACKAGE - file/dir converted into a java package name. FILENAME_AS_CLASS - file converted to a Java class name. \(fn DICT)" nil nil) ;;;*** ;;;### (autoloads (srecode-insert) "srecode/insert" "insert.el" "e6bc8b9387f966e7d615959a260dc860") ;;; Generated autoloads from insert.el (autoload 'srecode-insert "srecode/insert" "\ Insert the template TEMPLATE-NAME into the current buffer at point. DICT-ENTRIES are additional dictionary values to add. \(fn TEMPLATE-NAME &rest DICT-ENTRIES)" t nil) ;;;*** ;;;### (autoloads (srecode-insert-getset) "srecode/getset" "getset.el" ;;;;;; "5faee95fc5d440fdc126eb0cf6bd1635") ;;; Generated autoloads from getset.el (autoload 'srecode-insert-getset "srecode/getset" "\ Insert get/set methods for the current class. CLASS-IN is the semantic tag of the class to update. FIELD-IN is the semantic tag, or string name, of the field to add. If you do not specify CLASS-IN or FIELD-IN then a class and field will be derived. \(fn &optional CLASS-IN FIELD-IN)" t nil) ;;;*** ;;;### (autoloads (srecode-insert-prototype-expansion) "srecode/expandproto" ;;;;;; "expandproto.el" "ebbda4e8c3f761645acd01c305dcccf0") ;;; Generated autoloads from expandproto.el (autoload 'srecode-insert-prototype-expansion "srecode/expandproto" "\ Insert get/set methods for the current class. \(fn)" t nil) ;;;*** ;;;### (autoloads (srecode-semantic-handle-:el-custom srecode-semantic-handle-:el) ;;;;;; "srecode/el" "el.el" "0aa066199e2275aa87889285d9a792a5") ;;; Generated autoloads from el.el (autoload 'srecode-semantic-handle-:el "srecode/el" "\ Add macros into the dictionary DICT based on the current Emacs Lisp file. Adds the following: PRENAME - The common name prefix of this file. \(fn DICT)" nil nil) (autoload 'srecode-semantic-handle-:el-custom "srecode/el" "\ Add macros into the dictionary DICT based on the current Emacs Lisp file. Adds the following: GROUP - The 'defgroup' name we guess you want for variables. FACEGROUP - The `defgroup' name you might want for faces. \(fn DICT)" nil nil) ;;;*** ;;;### (autoloads (srecode-document-insert-group-comments srecode-document-insert-variable-one-line-comment ;;;;;; srecode-document-insert-function-comment srecode-document-insert-comment) ;;;;;; "srecode/document" "document.el" "f20c9c6eade34859b34b7b7f062facc6") ;;; Generated autoloads from document.el (autoload 'srecode-document-insert-comment "srecode/document" "\ Insert some comments. Whack any comments that may be in the way and replace them. If the region is active, then insert group function comments. If the cursor is in a comment, figure out what kind of comment it is and replace it. If the cursor is in a function, insert a function comment. If the cursor is on a one line prototype, then insert post-fcn comments. \(fn)" t nil) (autoload 'srecode-document-insert-function-comment "srecode/document" "\ Insert or replace a function comment. FCN-IN is the Semantic tag of the function to add a comment too. If FCN-IN is not provided, the current tag is used instead. It is assumed that the comment occurs just in front of FCN-IN. \(fn &optional FCN-IN)" t nil) (autoload 'srecode-document-insert-variable-one-line-comment "srecode/document" "\ Insert or replace a variable comment. VAR-IN is the Semantic tag of the function to add a comment too. If VAR-IN is not provided, the current tag is used instead. It is assumed that the comment occurs just after VAR-IN. \(fn &optional VAR-IN)" t nil) (autoload 'srecode-document-insert-group-comments "srecode/document" "\ Insert group comments around the active between BEG and END. If the region includes only parts of some tags, expand out to the beginning and end of the tags on the region. If there is only one tag in the region, complain. \(fn BEG END)" t nil) ;;;*** ;;;### (autoloads (srecode-semantic-handle-:cpp) "srecode/cpp" "cpp.el" ;;;;;; "15d1f82c5c6b02d2860dc0551d223395") ;;; Generated autoloads from cpp.el (autoload 'srecode-semantic-handle-:cpp "srecode/cpp" "\ Add macros into the dictionary DICT based on the current c++ file. Adds the following: FILENAME_SYMBOL - filename converted into a C compat symbol. HEADER - Shown section if in a header file. \(fn DICT)" nil nil) ;;;*** ;;;### (autoloads (srecode-compile-templates) "srecode/compile" "compile.el" ;;;;;; "a2f42589c25827ff7506bde6c6b4b39f") ;;; Generated autoloads from compile.el (autoload 'srecode-compile-templates "srecode/compile" "\ Compile a semantic recode template file into a mode-local variable. \(fn)" t nil) ;;;*** ;;;### (autoloads (srecode-template-setup-parser) "srecode/template" ;;;;;; "template.el" "d8d2ae65237067d670d1f7118d62e64d") ;;; Generated autoloads from template.el (autoload 'srecode-template-setup-parser "srecode/template" "\ Setup buffer for parse. \(fn)" nil nil) ;;;*** ;;;### (autoloads (srecode-semantic-handle-:texitag srecode-semantic-handle-:texi) ;;;;;; "srecode/texi" "texi.el" "a6cdf2ee5c59cbd1aca384d125bd1aed") ;;; Generated autoloads from texi.el (autoload 'srecode-semantic-handle-:texi "srecode/texi" "\ Add macros into the dictionary DICT based on the current texinfo file. Adds the following: LEVEL - chapter, section, subsection, etc NEXTLEVEL - One below level \(fn DICT)" nil nil) (autoload 'srecode-semantic-handle-:texitag "srecode/texi" "\ Add macros into the dictionary DICT based on the current :tag file. Adds the following: TAGDOC - Texinfo formatted doc string for :tag. \(fn DICT)" nil nil) ;;;*** (provide 'loaddefs) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; loaddefs.el ends here