External function documentation in markdown files

Joe Bloggs <[email protected]> Fri, 4 May 2018 14:59:08 +0100
Newsgroups gmane.text.doxygen.general
Message-ID <CAF7xeCMP2xrRsCY7-wcXb+Ek1Uh5nh-S0JP98OwzFZfvGmoJsQ@mail.gmail.com>
Hi,

Is it possible to use the 'fn' command in markdown files?

'example.c':

    /*!
    * \file
    */
    void example(int i)
    {
        /* do something */
    }

'doc.md':

    Title
    =====
    \fn void example(int i)
    \brief An example
    \param i A parameter

When I run 'example.c' and 'doc.md' through Doxygen I get two warnings:

    doc.md:3: warning: member with no name found.
    example.c:4: warning: Member example(int i) (function) of file
example.c is not documented.

Thanks.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Doxygen-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users