[Doxygen-users] @copybrief with global variables in c
Brought to you by:
dimitri
From: phaiax <pha...@in...> - 2018-02-01 21:22:32
|
Hello. I have a C source file with a global variable. /** \file myfile.c \brief short deacr Long description. */ UINT16 myvar; /*< blaaa*/ I can see my descriptions in the generated documentation. And I have a markdown file which I put into the page list with \page. There I try to use \copybrief myvar but it says it can not find the identifier. Same with \copybrief myfile.c. Autolinking to the file and the #myvar works. What is this <link_object> the docs speak of and how does concating a filename and a global variable work? I'm using the most recent stable version of doxygen. Sincerely, Daniel -- Sent from: http://doxygen.10944.n7.nabble.com/Doxygen-Users-f3.html |