nonsense warning from texinfo while processing intrinsic.texi
Steve Kargl
sgk@troutmask.apl.washington.edu
Wed Jan 24 20:48:00 GMT 2018
I added some documentation to fortran/intrinsic.texi. In
processing the gfortran.f90, I discovered this warning.
makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 \
-I ../../gcc/gcc/doc/include -I ../../gcc/gcc/fortran \
-o doc/gfortran.info ../../gcc/gcc/fortran/gfortran.texi; \
else true; fi
../../gcc/gcc/fortran/gfortran.texi:2701: warning: @ref node name should
not contain `:'
Line 2701 is
@fnindex DBESYN
not only is there no ':', there is no @ref.
What to do?
--
Steve
More information about the Gcc
mailing list