[Doxygen-users] Need developer for implementing external search

2013-10-23 Thread Wilfred Nilsen
We need someone to help with the implementation of server side search functionality for Doxygen. We use an application server that includes SQLite and where server side applications are designed in the Lua scripting language. Thanks, Wilfred

[Doxygen-users] Meaning of function label "read"

2013-10-23 Thread Barnes, Peter D.
Hello Folks, The generated html labels functions by access specifier, as in: static struct Resolution* ns3::Time::PeekResolution (void) inline static read private (C++ example taken from ns-3: https://www.nsnam.org/docs/doxygen/classns3_1_1_time.html#a0b023c55c20582aa7c1781aacf128034 ) "inli

[Doxygen-users] Meaning of "Read" label on function description

2013-10-23 Thread pdbarnes
The generated html labels functions by access specifier, as in: static struct Resolution* ns3::Time::PeekResolution ( void ) inline static read private (C++ example taken from ns-3

[Doxygen-users] Specify language in doxy comments

2013-10-23 Thread Barnes, Peter D.
Hello Folks, Is it possible to specify the source language in a Doxygen comment itself? Use case: we have several files *without* standard extensions, and differing languages. The file names can't be changed. While EXTENSION_MAPPING = no_extension=x can be used to fix one of the

Re: [Doxygen-users] Unable to include bullet list in brief paragraph

2013-10-23 Thread John Koehring
Thanks to all for their suggestions. I finally got the results I wanted by using the following: /** * * Purpose: * * Item 1. * Item 2. * Item 3. * * * *Lots of detailed description goes here . . . */ -- john From: Ron Wilson [mailto

Re: [Doxygen-users] Unable to include bullet list in brief paragraph

2013-10-23 Thread Ron Wilson
> From: John Koehring - 2013-10-22 01:25 > I am using Doxygen 1.8.5 on Windows 7 and am trying to include > a bullet list in a brief paragraph for a C++ class. I want the brief > paragraph, including the list, to be displayed in the Class List and > at the top of the Class Reference page. Have yo