Help:" "Find Using Windows Registry" section in unexpected place
The "Find Using Windows Registry" sub-section of the docs is currently located under the "Find Modules" section of the "cmake-developer(7)" manual. This sub-section gives the formal definition of how registry views are defined in each of the various find_...()
commands. Those commands can be used outside of Find modules (find_package()
in particular is frequently used directly by projects). It seems like the wrong place in the docs to be putting this sub-section, since the commands are not used exclusively in Find modules.
If we want to keep this information in the "cmake-developer(7)" manual, then I suggest the sub-section be promoted to a section before or after the "Find Modules" section. I'm not convinced this is the most appropriate place for this information, but I can't suggest anywhere better at the moment. Right now though, it looks very out-of-place and interrupts the flow of material that is all about writing Find modules.