1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Restore documentation placeholder for removed modules

In commit cb28d9af1f (UseJava: Move helper scripts to subdirectory,
2020-11-12) we removed modules that were not meant to be documented
publicly.  In order to keep links from older versions on `cmake.org` to
the "latest" documentation working for those modules, add placeholder
documents describing the change.
This commit is contained in:
Brad King
2020-11-20 12:25:51 -05:00
parent bf241bcc1e
commit 51ee82ddc6
3 changed files with 14 additions and 0 deletions

View File

@@ -280,6 +280,8 @@ Deprecated Utility Modules
/module/CMakeParseArguments
/module/MacroAddFileDependencies
/module/TestCXXAcceptsFlag
/module/UseJavaClassFilelist
/module/UseJavaSymlinks
/module/UsePkgConfig
/module/Use_wxWindows
/module/WriteBasicConfigVersionFile

View File

@@ -0,0 +1,6 @@
UseJavaClassFilelist
--------------------
.. versionchanged:: 3.20
This module was previously documented by mistake and was never meant for
direct inclusion by project code. See the :module:`UseJava` module.

View File

@@ -0,0 +1,6 @@
UseJavaSymlinks
---------------
.. versionchanged:: 3.20
This module was previously documented by mistake and was never meant for
direct inclusion by project code. See the :module:`UseJava` module.