License header @comment flag for xsltexi

master
Mike Gerwitz 2014-12-19 12:46:24 -05:00
parent ae82e28cd3
commit f522a78ed1
5 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--@comment
Dynamic function application Dynamic function application
Copyright (C) 2014 LoVullo Associates, Inc. Copyright (C) 2014 LoVullo Associates, Inc.
@ -18,7 +18,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
This can be used to create higher-order functions. This can be used to create higher-order functions.
If you need more arguments than this, then you may want to consider If you need more arguments than this, then you may want to consider

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--@comment
Partial function application Partial function application
Copyright (C) 2014 LoVullo Associates, Inc. Copyright (C) 2014 LoVullo Associates, Inc.
@ -18,7 +18,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
Partial applications may only be used with dynamic functions Partial applications may only be used with dynamic functions
(functions compatible with `f:apply'). (functions compatible with `f:apply').
--> -->

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--@comment
Dynamic function reference Dynamic function reference
Copyright (C) 2014 LoVullo Associates, Inc. Copyright (C) 2014 LoVullo Associates, Inc.
@ -18,7 +18,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
A dynamic function reference is a sequence describing a dynamic A dynamic function reference is a sequence describing a dynamic
function to be applied. It consists of two major parts—the dynamic function to be applied. It consists of two major parts—the dynamic
function reference descriptor and the arguments to bind to its function reference descriptor and the arguments to bind to its

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--@comment
Implementation of the Thrush combinator Implementation of the Thrush combinator
Copyright (C) 2014 LoVullo Associates, Inc. Copyright (C) 2014 LoVullo Associates, Inc.
@ -18,7 +18,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
The Thrush combinator is defined as @math{Txy = yx}. The Thrush combinator is defined as @math{Txy = yx}.
The Clojure macros @code{->} and @code{->>} (thread left/right) are The Clojure macros @code{->} and @code{->>} (thread left/right) are

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--@comment
Generate boilerplate for dynamic function applications Generate boilerplate for dynamic function applications
Copyright (C) 2014 LoVullo Associates, Inc. Copyright (C) 2014 LoVullo Associates, Inc.
@ -18,7 +18,9 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!--
TODOs: TODOs:
- Properly handle arity overloading. - Properly handle arity overloading.
- Generate functions for partial applications, so long as the target - Generate functions for partial applications, so long as the target