Hello, himajin100000 here!
When I build LibreOffice locally, I often get just a bit upset because
of the following warnings. Less warning will give me less stress :-)
/cygdrive/c/build/instdir/sdk/include/cppuhelper/implbase1.hxx:245:
warning: Illegal command n as part of a title section
/cygdrive/c/build/instdir/sdk/include/cppuhelper/implbase10.hxx:251:
warning: Illegal command n as part of a title section
/cygdrive/c/build/instdir/sdk/include/cppuhelper/implbase11.hxx:252:
warning: Illegal command n as part of a title section
I found the following ALIAS
https://opengrok.libreoffice.org/xref/core/odk/docs/cpp/Doxyfile?r=86c189cf#33
and Doxyfile for cpp on my local machine says
INPUT = /cygdrive/c/sources/libo-core/odk/docs/cpp/main.dox
/cygdrive/c/sources/libo-core/include/sal/log-areas.dox
/cygdrive/c/build/instdir/sdk/include/sal
/cygdrive/c/build/instdir/sdk/include/salhelper
/cygdrive/c/build/instdir/sdk/include/rtl
/cygdrive/c/build/instdir/sdk/include/osl
/cygdrive/c/build/instdir/sdk/include/typelib
/cygdrive/c/build/instdir/sdk/include/uno
/cygdrive/c/build/instdir/sdk/include/cppu
/cygdrive/c/build/instdir/sdk/include/cppuhelper
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Any.h
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Any.hxx
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/genfunc.h
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/genfunc.hxx
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Reference.h
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Reference.hxx
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Sequence.h
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Sequence.hxx
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Type.h
/cygdrive/c/build/instdir/sdk/include/com/sun/star/uno/Type.hxx
When I get the intersection of INPUT and all the codes in opengrok which
use @derive command, I got
https://opengrok.libreoffice.org/search?full=%22%40derive%22&path=%22%2Fcore%2Finclude%2Fcppuhelper%2F%22&project=core
https://opengrok.libreoffice.org/search?full=%27%40derive%27&path=%22%2Fcore%2Finclude%2Frtl%2F%22&project=core
, all of which are giving the similar errors.
http://www.doxygen.nl/manual/commands.html#cmdpar
says title follows @par command. Probably that par title does not accept
@n is the cause of the warning.
Does anyone know the the correct syntax? I still haven't search for it.
Context
- doxygen: Illegal command n as part of a title section · himajin100000
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.