Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ ヘッダー fun.hpp があるとします。
//existing description of what fun1 does void fun1(int x); //existing description of what fun2 does void fun2(int x);
コメントがターゲット言語で次のように表示されるように、SWIG ラッパーを生成したいと考えています。
何か案は?