Hi *,

I'm new to doxygen, using git master branch (cf635ef1) on Ubuntu 18.04
(right now mostly with TeXlive 2018 for compatibility by default, TL 2020 installed to).

the C sources to be documented (not my own code) uses an "EXPORT" define
for some plattforms (e.g. "__declspec(dllexport)" for WIN32):

foo.h:

    EXPORT int foo(void);


and of course this "EXPORT" shows up in doxygen output.

question: how to get rid of these "EXPORT"s in doxygen??


right I'm using sed to hack the tex files:

        sed -i 's/E\\+X\\+P\\+O\\+RT//g'  *.tex


there must be a better way??


thanks,

Harald

--

Mit freundlichen Grüßen / Best regards
*Harald König *
Engineering Optical Systems (BST/EOS2)
Bosch Sensortec GmbH | Gerhard-Kindler-Straße 9 | 72770 Reutlingen | GERMANY | _www.bosch-sensortec.com_ <http://www.bosch-sensortec.com> Tel. +49 7121 35-38606 | Fax +49 711 8115140583 | _Harald.Koenig2@bosch-sensortec.com_ <mailto:harald.koen...@bosch-sensortec.com>
Sitz: Kusterdingen, Registergericht: Stuttgart HRB 382674,
Ust.IdNr. DE 183276693 - Steuer-Nr. 99012/08040
Geschäftsführung: Stefan Finkbeiner, Jens-Knut Fabrowsky
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to