Markdown in Doxygen with @file -


i'm trying document source code templates doxygen , markdown using fenced code blocks

~~~cpp /// @file    filename.h ~~~ 

but doxygen seems process @file command though verbatim code results in warning

warning: name `filename.h' supplied second argument in \file statement not input file 

what doing wrong?

you have escape "@" sign. use \@file instead.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -