We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e3339 commit ef675afCopy full SHA for ef675af
python/main.cpp
@@ -12,13 +12,13 @@
12
namespace py = pybind11;
13
14
#define DOC(function) \
15
- (std::string("See documentation of C++ API: :cpp:func:`cppcolormap::") + \
16
- std::string(function) + std::string("`")) \
+ (std::string("See C++ API: :cpp:func:`cppcolormap::") + std::string(function) + \
+ std::string("`")) \
17
.c_str()
18
19
#define ENUM(function) \
20
- (std::string("See documentation of C++ API: :cpp:enum:`cppcolormap::") + \
21
+ (std::string("See C++ API: :cpp:enum:`cppcolormap::") + std::string(function) + \
22
23
24
/**
0 commit comments