diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-03-15 12:40:57 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-03-15 12:40:57 +0100 |
commit | 22c85af1ff9e1a9ef5c8ccc63fe24f521d47574d (patch) | |
tree | f20997fb837d8c784d967bc7d616a7b5963aa093 /sigc++/sigc++.h | |
parent | c15977f587d06254ce6f08ac27cc6d3e5087b274 (diff) | |
download | sigc++-22c85af1ff9e1a9ef5c8ccc63fe24f521d47574d.tar.gz |
Reference docs: main page: Use @c to monospace function names.
Diffstat (limited to 'sigc++/sigc++.h')
-rw-r--r-- | sigc++/sigc++.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h index 68442b5..54c07d4 100644 --- a/sigc++/sigc++.h +++ b/sigc++/sigc++.h @@ -78,7 +78,7 @@ * yourprogram_LDADD = $(DEPS_LIBS) * @endcode * - * Your PKG_CHECK_MODULES() call should also mention any other libraries that + * Your @c PKG_CHECK_MODULES() call should also mention any other libraries that * you need to use via pkg-config. * * @subsection cmake Using CMake @@ -91,7 +91,7 @@ * target_link_libraries(yourprogram ${DEPS_LIBRARIES}) * @endcode * - * Your pkg_check_modules() call should also mention any other libraries that + * Your @c pkg_check_modules() call should also mention any other libraries that * you need to use via pkg-config. * * @section scope Scope of Documentation |