Skip to content

Commit

Permalink
Remove sel/sw/lisp-fn from docs & add sel/sw/sexp
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Dec 11, 2018
1 parent 41237e9 commit 35da960
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -38,6 +38,7 @@ doc/include/
doc/sel-ast-diff-alist-api.texi
doc/sel-ast-diff-clang-api.texi
doc/sel-ast-diff-clang-merge-api.texi
doc/sel-ast-diff-commands-api.texi
doc/sel-ast-diff-html-api.texi
doc/sel-ast-diff-string-api.texi
doc/sel-cp-clang-instrument-api.texi
Expand Down Expand Up @@ -85,11 +86,11 @@ doc/sel-sw-java-project-api.texi
doc/sel-sw-javascript-api.texi
doc/sel-sw-javascript-project-api.texi
doc/sel-sw-lisp-api.texi
doc/sel-sw-lisp-fn-api.texi
doc/sel-sw-llvm-api.texi
doc/sel-sw-parseable-api.texi
doc/sel-sw-parseable-project-api.texi
doc/sel-sw-project-api.texi
doc/sel-sw-sexp-api.texi
doc/sel-sw-simple-api.texi
doc/sel-sw-source-api.texi
doc/sel-sw-styleable-api.texi
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -62,7 +62,7 @@ DOC_PACKAGES = \
software-evolution-library/software/javascript \
software-evolution-library/software/javascript-project \
software-evolution-library/software/lisp \
software-evolution-library/software/lisp-fn \
software-evolution-library/software/sexp \
software-evolution-library/software/llvm \
software-evolution-library/software/parseable \
software-evolution-library/software/parseable-project \
Expand Down
8 changes: 4 additions & 4 deletions doc/api--software-object-classes.texi
Expand Up @@ -1229,12 +1229,12 @@ Class @code{lisp}
@anchor{api-lisp-mutations}
@item Mutations (subclasses of @refapiclass{mutation}
@itemize
@item @refapiclass{lisp-cut}
@item @refapiclass{lisp-replace}
@item @refapiclass{lisp-swap}
@item @refapiclass{sexp-cut}
@item @refapiclass{sexp-replace}
@item @refapiclass{sexp-swap}
@end itemize

@item Variable @refapivariable{*lisp-mutation-types*}
@item Variable @refapivariable{*sexp-mutation-types*}

@item Methods
@itemize
Expand Down
18 changes: 9 additions & 9 deletions doc/software-evolution-library.texi
Expand Up @@ -1465,10 +1465,10 @@ appendix holds each individual package's API in turn.
* sel-sw-javascript:: Software-Evolution-Library/Software javascript.
* sel-sw-javascript-project:: Software-Evolution-Library/Software javascript-project.
* sel-sw-lisp:: Software-Evolution-Library/Software lisp.
* sel-sw-lisp-fn:: Software-Evolution-Library/Software lisp-fn.
* sel-sw-llvm:: Software-Evolution-Library/Software llvm.
* sel-sw-parseable:: Software-Evolution-Library/Software parseable.
* sel-sw-project:: Software-Evolution-Library/Software project.
* sel-sw-sexp:: Software-Evolution-Library/Software sexp.
* sel-sw-simple:: Software-Evolution-Library/Software simple.
* sel-sw-source:: Software-Evolution-Library/Software source.
* sel-sw-styleable:: Software-Evolution-Library/Software styleable.
Expand Down Expand Up @@ -1613,27 +1613,27 @@ appendix holds each individual package's API in turn.
@section sel-sw-javascript-project
@include sel-sw-javascript-project-api.texi

@node sel-sw-lisp, sel-sw-lisp-fn, sel-sw-javascript-project, SEL Packages
@node sel-sw-lisp, sel-sw-llvm, sel-sw-javascript-project, SEL Packages
@section sel-sw-lisp
@include sel-sw-lisp-api.texi

@node sel-sw-lisp-fn, sel-sw-llvm, sel-sw-lisp, SEL Packages
@section sel-sw-lisp-fn
@include sel-sw-lisp-fn-api.texi

@node sel-sw-llvm, sel-sw-parseable, sel-sw-lisp-fn, SEL Packages
@node sel-sw-llvm, sel-sw-parseable, sel-sw-lisp, SEL Packages
@section sel-sw-llvm
@include sel-sw-llvm-api.texi

@node sel-sw-parseable, sel-sw-project, sel-sw-llvm, SEL Packages
@section sel-sw-parseable
@include sel-sw-parseable-api.texi

@node sel-sw-project, sel-sw-simple, sel-sw-parseable, SEL Packages
@node sel-sw-project, sel-sw-sexp, sel-sw-parseable, SEL Packages
@section sel-sw-project
@include sel-sw-project-api.texi

@node sel-sw-simple, sel-sw-source, sel-sw-project, SEL Packages
@node sel-sw-sexp, sel-sw-simple, sel-sw-project, SEL Packages
@section sel-sw-sexp
@include sel-sw-sexp-api.texi

@node sel-sw-simple, sel-sw-source, sel-sw-sexp, SEL Packages
@section sel-sw-simple
@include sel-sw-simple-api.texi

Expand Down

0 comments on commit 35da960

Please sign in to comment.