update doc for contributors

This commit is contained in:
Radovan Bast 2015-10-05 12:54:21 +02:00
parent a8bc2b0a1f
commit 18c81ab8fb
2 changed files with 7 additions and 4 deletions

View File

@ -12,6 +12,9 @@ The module reference documentation is generated from the module sources using
http://autocmake.readthedocs.org/en/latest/module-reference.html#cc-cmake with http://autocmake.readthedocs.org/en/latest/module-reference.html#cc-cmake with
https://github.com/scisoft/autocmake/blob/master/modules/cc.cmake). https://github.com/scisoft/autocmake/blob/master/modules/cc.cmake).
.. todo:: Please note that the lines following ``# autocmake.cfg configuration::`` are
understood by the ``update.py`` script to infer autocmake.cfg code from the
Mention the possibility to infer autocmake.cfg code from the documentation. documentation. As an example consider
https://github.com/scisoft/autocmake/blob/master/modules/cc.cmake#L20-L25.
Here, ``update.py`` will infer the configurations for ``docopt``, ``export``,
and ``define``.

View File

@ -7,4 +7,4 @@ Please follow the excellent guide: http://www.contribution-guide.org.
We do not require any formal copyright assignment or contributor license We do not require any formal copyright assignment or contributor license
agreement. Any contributions intentionally sent upstream are presumed to be agreement. Any contributions intentionally sent upstream are presumed to be
offered under terms of the OSI-approved BSD 3-clause License. offered under terms of the OSI-approved BSD 3-clause license.