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,19 +40,20 @@ Free Documentation License".
@top Main
@end ifnottex
@chapter Higher-Order Functions
@include ../src/apply.texi
@menu
* License:: Document License
* Higher-Order Functions:: XSLT 2.0 compatible higher-order functions
* License:: Document License
@end menu
@ifnottex
@insertcopying
@end ifnottex
@node Higher-Order Functions
@chapter Higher-Order Functions
@include ../src/apply.texi
@include license.texi
@bye

View File

@ -166,14 +166,23 @@
<!--
@section Partial Application
@include ../src/apply/partial.texi
@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
@section Thrush
@include ../src/apply/thrush.texi
@node Partial Application
@section Partial Application
@include ../src/apply/partial.texi
@section Ref API
@include ../src/apply/ref.texi
@node Thrush
@section Thrush
@include ../src/apply/thrush.texi
@node Ref API
@section Ref API
@include ../src/apply/ref.texi
-->
</stylesheet>