BUG: Fixed documentation formatting.
This commit is contained in:
parent
0152cc3a35
commit
1d75f1c9fb
|
@ -64,7 +64,7 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
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"
|
" [DEPENDS depend depend depend ... ])\n"
|
||||||
"Adds a target with the given name that executes the given command "
|
"Adds a target with the given name that executes the given command "
|
||||||
"every time the target is built. If the ALL option is specified "
|
"every time the target is built. If the ALL option is specified "
|
||||||
|
|
Loading…
Reference in New Issue