diff --git a/reference/build_helpers.rst b/reference/build_helpers.rst index c894e3583e5e..138970cad598 100644 --- a/reference/build_helpers.rst +++ b/reference/build_helpers.rst @@ -3,7 +3,8 @@ Build helpers ============= -There are several helpers that can assist to automate the build() method for popular build systems +Build helpers are Python wrappers of a build tool that help with the conversion of the Conan settings to the build system's ones. They +assist users with the compilation of libraries and applications in the ``build()`` method of a recipe. Contents: diff --git a/reference/generators.rst b/reference/generators.rst index f4b93add17fc..24619574823b 100644 --- a/reference/generators.rst +++ b/reference/generators.rst @@ -3,10 +3,14 @@ Generators ========== +Generators are specific components that provide the information of dependencies calculated by Conan in a suitable format for a build system. +They normally provide Conan users with a *conanbuildinfo.XXX* file that can be included or injected to the specific build system. The file +generated contains information of dependencies in form of different variables and sometimes function helpers too. + You can specify a generator in: -- The **[generators]** section from :ref:`conanfile.txt` -- The **generators** attribute in :ref:`conanfile.py` +- The ``[generators]`` section from :ref:`conanfile.txt` +- The ``generators`` attribute in :ref:`conanfile.py` Available generators: