Searched refs:PO_VALUE (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/tools/quickbook/src/ |
D | quickbook.cpp | 297 #define PO_VALUE po::wvalue in main() macro 299 #define PO_VALUE po::value in main() macro 310 ("indent", PO_VALUE<int>(), "indent spaces") in main() 311 ("linewidth", PO_VALUE<int>(), "line width") in main() 312 ("input-file", PO_VALUE<command_line_string>(), "input file") in main() 313 ("output-format", PO_VALUE<command_line_string>(), "boostbook, html, onehtml") in main() 314 … ("output-file", PO_VALUE<command_line_string>(), "output file (for boostbook or onehtml)") in main() 315 ("output-dir", PO_VALUE<command_line_string>(), "output directory (for html)") in main() 317 ("output-deps", PO_VALUE<command_line_string>(), "output dependency file") in main() 319 ("include-path,I", PO_VALUE< std::vector<command_line_string> >(), "include path") in main() [all …]
|