comparison src/mkgendoc @ 7503:8c32f95c2639

convert mapper functions to new format
author David Bateman <dbateman@free.fr>
date Wed, 20 Feb 2008 04:22:50 -0500
parents 4270ded9ddc6
children 5dd06f19e9be
comparison
equal deleted inserted replaced
7502:2ce6b4258e96 7503:8c32f95c2639
66 print_doc_string (#name, doc); 66 print_doc_string (#name, doc);
67 67
68 #define XDEFCONST_INTERNAL(name, defn, doc) \ 68 #define XDEFCONST_INTERNAL(name, defn, doc) \
69 print_doc_string (#name, doc); 69 print_doc_string (#name, doc);
70 70
71 #define XDEFUN_MAPPER_INTERNAL(name, ch_map, d_b_map, c_b_map, d_d_map, \
72 d_c_map, c_c_map, lo, hi, \
73 ch_map_flag, can_ret_cmplx_for_real, doc) \
74 print_doc_string (#name, doc);
75
76 static void 71 static void
77 print_doc_string (const std::string& name, const std::string& doc) 72 print_doc_string (const std::string& name, const std::string& doc)
78 { 73 {
79 std::cout << ""; 74 std::cout << "";
80 75