Re: [Doxygen-users] Doxygen turns 15 today!

2012-11-01 Thread Clemens Feige
Dear Dimitri. Congratulation and many thanks and all my respect for providing this wonderful Doxygen tool. I am using it since over 10 years now ... Thanks again Clemens Dimitri van Heesch, 27.10.2012 16:43: > Hi, > > Today Doxygen is celebrating its 15th anniversary. > I hereby want to thank

Re: [Doxygen-users] Separate and rename index.html

2013-04-22 Thread Clemens Feige
Arthur Schwarz, 22.04.2013 18:23: > Is there a way to separate the index.html file from the directory Hi Arthur. Why not jst keep the auto-generated where it is? Instead just put a little extra HTML page at your desired location and use HTML-link and/or HTML redirect feature to the original .

Re: [Doxygen-users] Changing the blue bar color in doxygen output

2013-08-15 Thread Clemens Feige
> From: varun joshi > Date: 14.08.2013 19:52 > > Hi, > > I am just starting to learn Doxygen. I wanted to know how and if we can > change the color of the blue bar that shows all the tabs in Doxygen? [...] Hello Joshi. Do you mean the top navigation bar, which is light blue shaded and shows for

[Doxygen-users] show directory list

2014-06-23 Thread Clemens Feige
Hello. I am missing a "List of directories" in doxygen HTML output. For complex source code repositories it is desired to see what directories exist. According to release notes since version 1.8.1 the "SHOW_DIRECTORIES" is no longer used. But where is the directory list? If I remember right, t

Re: [Doxygen-users] Briefer comments

2014-07-15 Thread Clemens Feige
> From: Florian Lindner > Date: 15.07.2014 10:56 > > Hello, > > I have a lot of comments like that: > >/** > * @brief Limit of iterations during one timestep. > */ >int _maxIterations; > > which makes it three lines of code for one line of comment. What is the best > way to achieve

Re: [Doxygen-users] \warning - customize the "Warning" text ?

2016-09-22 Thread Clemens Feige
Monique Semp wrote on 22.09.2016 at 01:02: > Hello, Doxygen users, > > (Doxygen 1.8.10, Windows 7) > > Is there a way to create in essence an alias for the \warning command? > I’m looking to create a “Memory Usage” style for flagging memory issues, > and it’d be ideal if I could simply change the “

[Doxygen-users] \todo inside C# XML comment

2018-05-07 Thread Clemens Feige
Hello I have an issue with the \todo command being used inside C# XML comments: Warnings are generated inside the log-file: "warning:Unexpected tag dd found" The HTML output of the TODO list (at "related pages") is damaged. Note that technically the TODO list is made from a HTML "description

Re: [Doxygen-users] \todo inside C# XML comment

2018-05-23 Thread Clemens Feige
Clemens Feige wrote on 07.05.2018 at 18:31: Hello I have an issue with the \todo command being used inside C# XML comments: Warnings are generated inside the log-file:   "warning:Unexpected tag dd found" The HTML output of the TODO list (at "related pages") is damaged. No

Re: [Doxygen-users] html anchor name scheme for dokumentation elements (files, groups, functions, ...)

2018-09-03 Thread Clemens Feige
"René Staffen" wrote on 29.08.2018 at 14:50: Hi, I want to create some external links into doxygen documents based on some knowledge of the code. Is it possible at all to (and if: how) create this links without searching the individual id of the elements in the already generated files? e.g h

Re: [Doxygen-users] Another problem with "Missing } inserted. \end{DoxyParams}"

2019-03-04 Thread Clemens Feige
Tim Rowe wrote on 04.03.2019 at 00:03: Sorry, the nabble page seems to have eaten a bit of the source code. The source code I tried to quote was:         /         / Invoked when the application is launched normally by the end user.  Other entry points         / will be used su

Re: [Doxygen-users] using short argument names $foo $bar in description

2019-04-12 Thread Clemens Feige
dra...@peerfreedom.org wrote on 12.04.2019 at 14:25: I have documentation like /// Calculates cost of rectangle with size @p sx x @p sy meters, using given @p price and adding discount if @p prio is  below 10. float rect_cost(float sx, float sy, float price, int prio) the problem is that it

Re: [Doxygen-users] Doxy for symbols not in the code

2020-05-02 Thread Clemens Feige
Barnes, Peter D. via Doxygen-users wrote on 01.05.2020 at 00:23: Hello Folks, We want to document symbols which aren’t declared in the code, such as environment variables and preprocessor symbols declared by the build system. There doesn’t seem to be an easy way to do this. For example, @va