From 4bef99703abccfa4552eed6aed70b91515f498d5 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 29 Oct 2007 10:44:56 +0100 Subject: [PATCH] define valueref alias --- doc/doxygen.conf | 2 +- src/devices/wifi/propagation-loss-model.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index baa2556a8..7762eabaf 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -185,7 +185,7 @@ TAB_SIZE = 4 # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. -ALIASES = +ALIASES = valueref{1}="\ref DefaultValue\1 \"\1\"" # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. diff --git a/src/devices/wifi/propagation-loss-model.h b/src/devices/wifi/propagation-loss-model.h index 012fdd636..2806d2f5c 100644 --- a/src/devices/wifi/propagation-loss-model.h +++ b/src/devices/wifi/propagation-loss-model.h @@ -88,7 +88,7 @@ class FriisPropagationLossModel : public PropagationLossModel { public: /** - * Use the default parameters from FriisPropagationLambda. + * Use the default parameters from \valueref{FriisPropagationLambda}. */ FriisPropagationLossModel (); /**