Node sectioning for documentation

master
Mike Gerwitz 2014-12-19 14:44:44 -05:00
parent 262f04db6d
commit a8335444a8
2 changed files with 22 additions and 12 deletions

View File

@ -40,12 +40,8 @@ Free Documentation License".
@top Main
@end ifnottex
@chapter Higher-Order Functions
@include ../src/apply.texi
@menu
* Higher-Order Functions:: XSLT 2.0 compatible higher-order functions
* License:: Document License
@end menu
@ -53,6 +49,11 @@ Free Documentation License".
@insertcopying
@end ifnottex
@node Higher-Order Functions
@chapter Higher-Order Functions
@include ../src/apply.texi
@include license.texi
@bye

View File

@ -166,12 +166,21 @@
<!--
@menu
* Partial Application:: Partial function application and currying
* Thrush:: Organizing function calls into a pipeline
* Ref API:: Low-level interface to hoxsl functions
@end menu
@node Partial Application
@section Partial Application
@include ../src/apply/partial.texi
@node Thrush
@section Thrush
@include ../src/apply/thrush.texi
@node Ref API
@section Ref API
@include ../src/apply/ref.texi
-->