Changeset 2803 for vidalia/trunk/src

Show
Ignore:
Timestamp:
06/26/08 23:38:42 (6 months ago)
Author:
edmanm
Message:

Pipe down, Doxygen. (These are already marked up in tcglobal.h.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/src/torcontrol/tcglobal.cpp

    r2780 r2803  
    2020namespace tc { 
    2121 
    22 /** Creates a new message using <b>fmt</b> and a severity level of 
     22/* Creates a new message using <b>fmt</b> and a severity level of 
    2323 * QtDebugMsg. */ 
    2424DebugMessage 
     
    2828} 
    2929 
    30 /** Creates a new message using <b>fmt</b> and a severity level of 
     30/* Creates a new message using <b>fmt</b> and a severity level of 
    3131 * QtWarningMsg. */ 
    3232DebugMessage 
     
    3636} 
    3737 
    38 /** Creates a new message using <b>fmt</b> and a severity level of 
     38/* Creates a new message using <b>fmt</b> and a severity level of 
    3939 * QtCriticalMsg. */ 
    4040DebugMessage 
     
    4444} 
    4545 
    46 /** Creates a new message using <b>fmt</b> and a severity level of 
     46/* Creates a new message using <b>fmt</b> and a severity level of 
    4747 * QtFatalMsg. */ 
    4848DebugMessage 
     
    5252} 
    5353 
    54 /** Converts <b>str</b> to a ConnectionStatusReason enum value. */ 
     54/* Converts <b>str</b> to a ConnectionStatusReason enum value. */ 
    5555ConnectionStatusReason 
    5656toConnectionStatusReason(const QString &str) 
     
    7979} 
    8080 
    81 /** DOCDOC */ 
     81/* Converts <b>str</b> to a Severity enum value. */ 
    8282Severity 
    8383toSeverity(const QString &str)