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 包装器,以便评论将以目标语言显示:
有任何想法吗?