Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
97124f91
Commit
97124f91
authored
Sep 19, 2013
by
Sean McBride
Committed by
Brad King
Oct 08, 2013
Browse files
cmTarget: Properly escape @ char in doxygen comments
Found by clang's -Wdocumentation.
parent
8e96353f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmTarget.h
View file @
97124f91
...
...
@@ -372,7 +372,7 @@ public:
/** Get the soname of the target. Allowed only for a shared library. */
std
::
string
GetSOName
(
const
char
*
config
);
/** Whether this library has @rpath and platform supports it. */
/** Whether this library has
\
@rpath and platform supports it. */
bool
HasMacOSXRpath
(
const
char
*
config
);
/** Test for special case of a third-party shared library that has
...
...
@@ -421,12 +421,12 @@ public:
bool
IsChrpathUsed
(
const
char
*
config
);
/** Return the install name directory for the target in the
* build tree. For example: "@rpath/", "@loader_path/",
* build tree. For example: "
\
@rpath/", "
\
@loader_path/",
* or "/full/path/to/library". */
std
::
string
GetInstallNameDirForBuildTree
(
const
char
*
config
);
/** Return the install name directory for the target in the
* install tree. For example: "@rpath/" or "@loader_path/". */
* install tree. For example: "
\
@rpath/" or "
\
@loader_path/". */
std
::
string
GetInstallNameDirForInstallTree
();
cmComputeLinkInformation
*
GetLinkInformation
(
const
char
*
config
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment