define valueref alias
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 29 Oct 2007 10:44:56 +0100
changeset 2043 2c997f154c2d
parent 2042 22adfed5a8db
child 2044 1ae23139a536
define valueref alias
doc/doxygen.conf
src/devices/wifi/propagation-loss-model.h
--- a/doc/doxygen.conf	Mon Oct 29 10:44:46 2007 +0100
+++ b/doc/doxygen.conf	Mon Oct 29 10:44:56 2007 +0100
@@ -185,7 +185,7 @@
 # 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. 
--- a/src/devices/wifi/propagation-loss-model.h	Mon Oct 29 10:44:46 2007 +0100
+++ b/src/devices/wifi/propagation-loss-model.h	Mon Oct 29 10:44:56 2007 +0100
@@ -88,7 +88,7 @@
 {
 public:
   /**
-   * Use the default parameters from FriisPropagationLambda.
+   * Use the default parameters from \valueref{FriisPropagationLambda}.
    */
   FriisPropagationLossModel ();
   /**