Could someone please take a look at:
commit a05ef1359a8c06e6f63ccd5ac8086d2c21823a2e (HEAD -> 8.1, origin/8.1, devel/8.1) Author: Stephen R. van den Berg srb@cuci.nl Date: Thu Feb 8 13:44:04 2018 +0100
Fix typos and docs.
lib/master.pike.in | 24 +----------------------- lib/modules/Crypto.pmod/RC4.pmod | 2 +- lib/modules/Crypto.pmod/module.pmod | 2 +- lib/modules/Tools.pmod/Hilfe.pmod | 10 +++++----- src/sprintf.c | 2 +- src/string_builder.cmod | 3 +++ 6 files changed, 12 insertions(+), 31 deletions(-)
I kicked out some @namespace and @endnamespace directives that autodoc complained about. I'm unsure if simply removing them had the desired effect.
Stephen R. van den Berg wrote:
Could someone please take a look at:
I kicked out some @namespace and @endnamespace directives that autodoc complained about. I'm unsure if simply removing them had the desired effect.
Ah, well, yes, Grubba, you restored them, but, then the problem returns:
/var/src/roxen/81pike/build/linux-94.15.0-srb-asrock-00001-g3bc3a1574ae6-x86_64/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/var/src/roxen/81pike/build/linux-94.15.0-srb-asrock-00001-g3bc3a1574ae6-x86_64/master.pike -x extract_autodoc -q --srcdir=/var/src/roxen/81pike/lib \ --imgsrc=/var/src/roxen/81pike/refdoc/src_images --builddir=doc_build/lib \ --imgdir=doc_build/images
ERROR: /var/src/roxen/81pike/lib/master.pike.in:443: PikeExtractor: @namespace is not allowed in Pike files
Not quite sure at which end to fix this. Does PikeExtractor need to be fixed?
Stephen R. van den Berg wrote:
Could someone please take a look at:
I kicked out some @namespace and @endnamespace directives that autodoc complained about. I'm unsure if simply removing them had the desired effect.
Ah, well, yes, Grubba, you restored them, but, then the problem returns:
/var/src/roxen/81pike/build/linux-94.15.0-srb-asrock-00001-g3bc3a1574ae6-x86_64/pike -DNOT_INSTALLED -DPRECOMPILED_SEARCH_MORE -m/var/src/roxen/81pike/build/linux-94.15.0-srb-asrock-00001-g3bc3a1574ae6-x86_64/master.pike -x extract_autodoc -q --srcdir=/var/src/roxen/81pike/lib \ --imgsrc=/var/src/roxen/81pike/refdoc/src_images --builddir=doc_build/lib \ --imgdir=doc_build/images
ERROR: /var/src/roxen/81pike/lib/master.pike.in:443: PikeExtractor: @namespace is not allowed in Pike files
Not quite sure at which end to fix this. Does PikeExtractor need to be fixed?
Yes, I have a fix in progress...
/grubba
pike-devel@lists.lysator.liu.se