2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-01 08:32:12 +00:00
Files
hof/doc/gendoc
2015-05-20 12:00:34 -05:00

42 lines
615 B
Bash
Executable File

#!/bin/bash
function extract
{
sed -n '/^\/\/\/ /s,/// ,,p' ../fit/$1.h > src/$1.md
}
extract always
extract apply
extract apply_eval
extract args
extract capture
extract compose
extract conditional
extract eval
extract fix
extract flip
extract function
extract identity
extract implicit
extract indirect
extract infix
extract is_callable
extract lambda
extract lazy
extract lift
extract match
extract mutable
extract by
extract pack
extract partial
extract pipable
extract placeholders
extract protect
extract result
extract returns
extract reveal
extract static
extract tap
extract unpack
extract variadic