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
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to