123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- ;;; loaddefs.el --- automatically extracted autoloads
- ;;
- ;;; Code:
- ;;;### (autoloads (srecode-compile-templates) "srecode/compile" "compile.el"
- ;;;;;; "58f9f2b15fbcd8d932adf77df4df8119")
- ;;; 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-semantic-handle-:cpp) "srecode/cpp" "cpp.el"
- ;;;;;; "00760d33c0a4cd816b3f82d98a471999")
- ;;; 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-document-insert-group-comments srecode-document-insert-variable-one-line-comment
- ;;;;;; srecode-document-insert-function-comment srecode-document-insert-comment)
- ;;;;;; "srecode/document" "document.el" "5165cc2b7c5a67dd0b933a0a254ff5eb")
- ;;; 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-:el-custom srecode-semantic-handle-:el)
- ;;;;;; "srecode/el" "el.el" "73195ea05afa86d829317fe0db389c81")
- ;;; 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-insert-prototype-expansion) "srecode/expandproto"
- ;;;;;; "expandproto.el" "a0214cfc164a38b9e7e6426338cfdc12")
- ;;; 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-insert-getset) "srecode/getset" "getset.el"
- ;;;;;; "67702a5ec00fdc0ea224d0d09f502f33")
- ;;; 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) "srecode/insert" "insert.el" "3a0867cf5c79c0a3ac2e182da5833f62")
- ;;; 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-semantic-handle-:java) "srecode/java"
- ;;;;;; "java.el" "e2902e03ea4babd108d96d5d450416b8")
- ;;; 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-get-maps) "srecode/map" "map.el" "1cb7349beeff34a63428c4be4eda3384")
- ;;; 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 (global-srecode-minor-mode srecode-minor-mode)
- ;;;;;; "srecode/mode" "mode.el" "ce9424062ec5e503f85f2e3658e025aa")
- ;;; 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)
- (defvar global-srecode-minor-mode nil "\
- Non-nil if Global-Srecode minor mode is enabled.
- See the command `global-srecode-minor-mode' for a description of this minor mode.
- Setting this variable directly does not take effect;
- either customize it (see the info node `Easy Customization')
- or call the function `global-srecode-minor-mode'.")
- (custom-autoload 'global-srecode-minor-mode "srecode/mode" nil)
- (autoload 'global-srecode-minor-mode "srecode/mode" "\
- Toggle global use of srecode minor mode.
- If ARG is positive or nil, enable, if it is negative, disable.
- \(fn &optional ARG)" t nil)
- ;;;***
- ;;;### (autoloads (srecode-template-setup-parser) "srecode/template"
- ;;;;;; "template.el" "fcafd60cbd15b8fdad62da614185329c")
- ;;; 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" "671ec5f5a84cc3d648261c8691d717d1")
- ;;; 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
|