Microchip is emitting bogus headers.
@Example
@Param
etc.
Change doxgen so that it will do a to lower on anything after the @  so
that it will change @Example to @example before processing.
This way @Example will work the same as @example and not throw an
unrecognized command error



On Sun, Dec 17, 2023 at 4:09 AM Esteban Zimanyi <estebanzima...@gmail.com>
wrote:

> Dear all
>
> There has been many requests for supporting SQL in doxygen
> https://sourceforge.net/p/doxygen/mailman/search/?q=sql
> I haven't found whether this is available.
>
> MobilityDB is an extension of PostgreSQL for mobility data
> https://github.com/estebanzimanyi/MobilityDB
> The source code is composed of BOTH SQL definitions, e.g.,
>
> https://github.com/estebanzimanyi/MobilityDB/blob/master/mobilitydb/sql/general/032_temporal_boxops.in.sql
> and the corresponding C functions, e.g.,
>
> https://github.com/estebanzimanyi/MobilityDB/blob/master/mobilitydb/src/general/temporal_boxops.c
> Linking the two SQL and C worlds in doxygen would be really GREAT for
> synchronizing the evolution of both components.
>
> Many thanks for your advice
>
> ------------------------------------------------------------
> Prof. Esteban Zimanyi
> Department of Computer & Decision Engineering  (CoDE) CP 165/15
> Universite Libre de Bruxelles
> Avenue F. D. Roosevelt 50
> B-1050 Brussels, Belgium
> fax: + 32.2.650.47.13
> tel: + 32.2.650.31.85
> e-mail: esteban.zima...@ulb.be
> Internet: http://cs.ulb.ac.be/members/esteban/
> ------------------------------------------------------------
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to