26 #include "clang_compiler.hpp"
33 "Interface to the JIT compiler CLANG\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_21v \n"
38 ">List of available options\n"
40 "+--------------+-----------------+-----------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+==============+=================+=========================================+\n"
43 "| flags | OT_STRINGVECTOR | Compile flags for the JIT compiler. |\n"
44 "| | | Default: None |\n"
45 "+--------------+-----------------+-----------------------------------------+\n"
46 "| include_path | OT_STRING | Include paths for the JIT compiler. The |\n"
47 "| | | include directory shipped with CasADi |\n"
48 "| | | will be automatically appended. |\n"
49 "+--------------+-----------------+-----------------------------------------+\n"
static const std::string meta_doc
A documentation string.