From d08cd10e33809d1bb39496c83a8d7034b55b2ca0 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 28 May 2016 17:46:03 +0200 Subject: [PATCH] update documentation after change to yml --- doc/contributors/doc.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contributors/doc.rst b/doc/contributors/doc.rst index 2cdfd7c..36d85cc 100644 --- a/doc/contributors/doc.rst +++ b/doc/contributors/doc.rst @@ -12,9 +12,9 @@ The module reference documentation is generated from the module sources using http://autocmake.readthedocs.io/en/latest/module-reference.html#cc-cmake with https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake). -Please note that the lines following ``# autocmake.cfg configuration::`` are -understood by the ``update.py`` script to infer autocmake.cfg code from the +Please note that the lines following ``# autocmake.yml configuration::`` are +understood by the ``update.py`` script to infer autocmake.yml code from the documentation. As an example consider -https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake#L20-L25. +https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake#L20-L26. Here, ``update.py`` will infer the configurations for ``docopt``, ``export``, and ``define``.