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

View File

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