[Doxygen-users] preventing automatic link generation
Brought to you by:
dimitri
From: Alexander S. <st...@ma...> - 2004-05-31 11:19:00
|
Hello, I've got some trouble with some examples I want to provide for my library. I want some code snippets included in a /** @page ... */ file. I want to prevent doxygen from generating automatic links inside the code snippet. How to manage this? Example: @code int main() // result: ... <a class="el" href="matrix_8cc.html#a0">main()</a> ... { // ... return 0; } @endcode I want this code snippet to appear in the documentation, but without the link. Is this realizable with doxygen? regards, alex |