aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_prettify_command.cmake
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-12 15:58:43 -0800
committerGitHub <noreply@github.com>2020-02-12 15:58:43 -0800
commit5deea3b975fe62990973d73a102de818d83ba20c (patch)
tree99409a35c4ec06bca6d2f478418025317f6339c9 /scripts/cmake/vcpkg_prettify_command.cmake
parentc36db6d3be1d2b4af843739752d267940e632b23 (diff)
downloadvcpkg-5deea3b975fe62990973d73a102de818d83ba20c.tar.gz
vcpkg-5deea3b975fe62990973d73a102de818d83ba20c.zip
[vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, `vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()` (#7606)
* [vcpkg-docs] Add documentation for `vcpkg_configure_meson()`, `vcpkg_install_meson()`, `vcpkg_fixup_cmake_targts()`, and `vcpkg_prettify_command()` * [docs] Address code review comments. Reformat docs for vcpkg_fail_port_install.
Diffstat (limited to 'scripts/cmake/vcpkg_prettify_command.cmake')
-rw-r--r--scripts/cmake/vcpkg_prettify_command.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_prettify_command.cmake b/scripts/cmake/vcpkg_prettify_command.cmake
index 9d9a2b798..ca04f9120 100644
--- a/scripts/cmake/vcpkg_prettify_command.cmake
+++ b/scripts/cmake/vcpkg_prettify_command.cmake
@@ -4,7 +4,7 @@
##
## ## Usage
## ```cmake
-## vcpkg_prettify_command()
+## vcpkg_prettify_command(<INPUT_VAR> <OUTPUT_VAR>)
## ```
##
## ## Examples