mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
BUG: Fixed documentation formatting.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ] "
|
||||
" ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ]\n"
|
||||
" [DEPENDS depend depend depend ... ])\n"
|
||||
"Adds a target with the given name that executes the given command "
|
||||
"every time the target is built. If the ALL option is specified "
|
||||
|
||||
Reference in New Issue
Block a user