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
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
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-