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

2019-04-12 Thread dra...@peerfreedom.org
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 is not comfortable to human-read nor to write, instead

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

2019-04-12 Thread dra...@peerfreedom.org
On 12/04/2019 16:36, Clemens Feige wrote: > [email protected] 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 p

[Doxygen-users] How to simply include foo.txt bar.txt in doxygen

2019-09-02 Thread dra...@peerfreedom.org
I want to just include some text .txt files in documentation. And link them from the main index of doxygen. How can this be done? ___ Doxygen-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-